Location:
Search - nehe lesson2
Search list
Description: NeHe教程系列的源代码 很不错的-NeHe tutorial series of source code is very good
Platform: |
Size: 7843840 |
Author: 五月尘 |
Hits:
Description: OpenGL学习 Nehe基本教材lesson2-Nehe learning OpenGL basic materials lesson2
Platform: |
Size: 676864 |
Author: m1q1 |
Hits:
Description: nehe lesson2,
basics prim
Platform: |
Size: 38912 |
Author: likef |
Hits:
Description: nehe教程在MFC下的实现第2课(在vs2005下编译通过)-nehe tutorial in the MFC Lesson 2 (VS2005)
Platform: |
Size: 4956160 |
Author: 安琪 |
Hits:
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: