搜索资源列表
20712035
- 本程序使用了由Mark J. Kilgard 编写的OpenGL通用程序开发工具包GLUT。主要是飞机飞行的动画显示,该开发包已经被置于AirplaneDemo文件夹内,其主要包含以下几个文件:glut.h、glut.dll、glut.lib、glut32.dll、glut32.lib。 本程序的开发环境为Microsoft Visual C++6.0,双击AirplaneDemo文件夹下面的AirplaneDemo.dsp文件,可以进行程序调试或运行。
opengl-lazhu
- opengl编的蜡烛效果 If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft
Depth-Test--Example
- 深度测试实例 OpenGL 的风车 C++6.0-WINDMILLS using OpenGL in Microsoft Visual C++ 6.0
glut
- glut-3.7.6-bin。对于OpenGL初学者,你可能要先配置一下自己的vc环境。将"glut.h"放置在"..\Microsoft Visual Studio\VC98\Include\GL\"目录下;将“glut32.lib”放置在"..\Microsoft Visual Studio\VC98\Lib\"目录下;将"glut32.dll"放置在"C:\windows\system32\"目录下-glut-3.7.6-bin. OpenGL for beginners, you may
OPENGL_MFC_TUTORIALS
- it has been assumed that the reader has a fundamental Windows programming background and is also familiar with the Microsoft Foundation Classes (MFC). The reader need not have any background in OpenGL. All the code for these tutorials has been writte
OpenGL_lib
- OpenGL 开发库 1985-96版 OpenGL库-/*++ BUILD Version: 0004 // Increment this if a change has global effects Copyright (c) 1985-96, Microsoft Corporation
GLAUX
- 在VC6.0下能够正常运行,可是在VS2010下却出现编译错误 需要在VS2010安装后的路径C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include\gl 加入这个头文件(It works well under VC6.0, but in VS2010 there is a compile error. You need to add the header file to the path C:\Program Files\Microsoft
glut
- 1.头文件: gl.h, glut.h, glu.h放到E:\Microsoft Visual Studio\VC98\include\GL中,如果没有GL,就自己建一个。 2.静态库文件: Opengl32.lib, glut32.lib, glu32.lib放到E:\Microsoft Visual Studio\VC98\lib中 3.动态链接库: Opengl32.dll, glut32.dll, glu32.dll放到C:\Windows\system中(1. The hea