搜索资源列表
glaux
- glut32.zip -glut32.zip
glut
- glut.h 把这个文件\"include\"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。 glut.lib(SGI版)和glut32.lib(微软版),这个文件会被链接到您的程序,所以,把它放到编译器的lib文件夹下。 glut.dll(SGI版)和glut32.dll(微软版),把这个文件放在%WinDir%\\System32文件夹下。 然后拷贝对应的文件到对应的目录: glut32.dll to %WinDir%\\System, //这里或
graphics_trans
- Tea 等物体自动旋转,只要编译成功即可,在编译时需要添加GLut32和Glut-Tea
glut-3.7.6
- opengl中的gult函数库,包括opengl32.lib glu32.lib glut32.lib -gult
Glutdlls37beta
- glut32.dll 放入system32 glut32.lib 放入 编程软件lib目录 glut.h 放入include目录下的gl目录-glut32.dll system32 glut32.lib into the programming software into the lib directory into the include directory glut.h gl directory
OpenGL
- VC常用的OpenGL库文件下载,这些文件包括:GL.H、GLAUX.LIB、opengl.lib、OPENGL.DLL、GLEXT.H、GLU32.LIB、GLU.DLL、GLU.H、glu.lib、GLUT32.DLL、GLUT.DLL、glut.lib、OPENGL32.LIB、GLAUX.H、GLUT.H、WGLEXT.H等等。-VC OpenGL library file to download these files include: GL.H, GLAUX.LIB opengl.l
VR-1-Luis
- 虚拟现实中的红蓝视图实验,包括了glut32.dll库,其他环境配置请参考互联网相关教程-Virtual reality experiment red and blue view
01_BaseFrame
- #pragma comment( lib, "opengl32.lib" ) #pragma comment( lib, "glu32.lib" ) #pragma comment( lib, "glut32.lib") #pragma comment( lib, "glew32.lib") #pragma comment( lib, "glaux.lib") #pragma comment( lib, "vfw32.lib" )
vcOpenGL
- OpenGL 的开发库 包括OpenGL32.lib,glut32.lib/d-OpenGL development libraries include OpenGL32.lib, glut32.lib/dll etc.