Welcome![Sign In][Sign Up]
Location:
Search - nehe lesson2

Search list

[OpenGL programNEHE

Description: NeHe教程系列的源代码 很不错的-NeHe tutorial series of source code is very good
Platform: | Size: 7843840 | Author: 五月尘 | Hits:

[OpenGL programLesson2

Description: OpenGL学习 Nehe基本教材lesson2-Nehe learning OpenGL basic materials lesson2
Platform: | Size: 676864 | Author: m1q1 | Hits:

[VC/MFClesson02

Description: nehe lesson2, basics prim
Platform: | Size: 38912 | Author: likef | Hits:

[OpenGL programlesson2

Description: nehe教程在MFC下的实现第2课(在vs2005下编译通过)-nehe tutorial in the MFC Lesson 2 (VS2005)
Platform: | Size: 4956160 | Author: 安琪 | Hits:

[OtherLesson2

Description: 绘制出一个白色的正方形和一个白色的三角形。-/* * This Code Was Created By Jeff Molofee 2000 * A HUGE Thanks To Fredric Echols For Cleaning Up * And Optimizing The Base Code, Making It More Flexible! * If You ve Found This Code Useful, Please Let Me Know. * Visit My Site At nehe.gamedev.net */ #include <windows.h> // Header File For Windows #include <gl\gl.h> // Header File For The OpenGL32 Library #include <gl\glu.h> // Header File For The GLu32 Library #include <gl\glaux.h> // Header File For The Glaux Library HDC hDC=NULL // Private GDI Device Context HGLRC hRC=NULL // Permanent Rendering Context HWND hWnd=NULL // Holds Our Window Handle HINSTANCE hInstance // Holds The Instance Of The Application bool keys[256] // Array Used For The Keyboard Routine bool active=TRUE // Window Active Flag Set To TRUE By Default bool fullscreen=TRUE // Fullscreen Flag Set To Fullscreen Mode By Default LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM) // Declarati
Platform: | Size: 5120 | Author: hexuqing | Hits:

CodeBus www.codebus.net