搜索资源列表
open_z
- 一个delphi 下 opengl的演示程序 可根据参数画出线 圆 矩形,可作为delphi下 opengl的入门参考 程序有详细注释,运行要opengl库文件支持 在压缩包内已有 放了system文件夹下就行-an opengl under the demonstration program under the parameters of painting Cup round rectangle, as delphi under opengl entry procedures are deta
OpenGL
- Windows环境下安装GLUT的步骤: 1、将下载的压缩包解开,将得到5个文件 2、在“我的电脑”中搜索“gl.h”,并找到其所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\PlatformSDK\include\gl文件夹”)。把解压得到的glut.h放到这个文件夹。 3、把解压得到的glut.lib和glut32.lib放到静态函数库所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\lib”文件夹)。 4