搜索资源列表
NeHeOpenGL
- NEHE教程所有源码,对学习OpenGL的初学者有很大的帮助。-#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&g
Tutorial
- Dev C++ OpenGL模板 已经配置好所有设置,可以直接进行绘图。 在Dev c++ 4.9.9.2中测试通过。 -OpenGL template The program will display an empty OpenGL window, switch the computer into fullscreen or windowed mode, and wait for you to press ESC or close the Window to exit. It
OpenGL-Fullscreen
- 实现MFC环境下的OpenGL 框架程序-The OpenGL framework program MFC environment
11
- 绘制一个小的正方形,用键盘的上下左右键控制其进行相应的运动。-/* * 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 Kn