金字塔代码资料.docVIP

  • 11
  • 0
  • 约2.12万字
  • 约 22页
  • 2016-04-17 发布于湖北
  • 举报
#define WM_TOGGLEFULLSCREEN (WM_USER+1) // 定义全屏/窗口切换消息 #define TIMER1 101 // 定义时钟代号,设置为101号 #define TITLE 5DGS Lighting // 定义窗口标题 #define CLASSNAME 5DG_OPENGL // 定义窗口类名 #define WIDTH 640 // 定义窗口宽度 #define HEIGHT 480 // 定义窗口高度 #define BPP 16 // 定义每象素的位数 #define MAXTEXTURE 1 // 定义最大的纹理数目(new) // 在此处引用程序要求的头文件: #include windows.h // Windows的头文件 #include gl\gl.h // OpenGL32库的头文件 #include gl\glu.h // Glu32库的头文件 #include gl\glaux.h // Glaux库的头文件 #include stdio.

文档评论(0)

1亿VIP精品文档

相关文档