搜索资源列表
OpenGL的BCB库aux.zip
- 这是C++Builder没有提供glaux.h所对应的dll和lib文件。
opengl_mksw
- opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装
OpenGL_Dev_Lib
- 开发OpenGL程序,必须要的库文件. 包含*.lib *.dll *.h 相信大家都知道要把他们放到那里-OpenGL development procedures, must of the library. included *. lib *. dll *. h think we all know where they would put
SystemDevOpenGl
- 编译程序所需的.H、.LIB、.DLL文件可以在OpenGL开发库中找到。 编译Chapter12中的程序需要安装DirectX81SDK,可以从网上下载。-compiler required. H,. LIB,. DLL files in the development of the OpenGL found. Chapter12 compile the procedures need to install DirectX81SDK can be downloaded from the I
OpenGL_ActiveX
- opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装
pengl
- 包含了所有的opengl头文件.h 库文件.lib 和dll文件. 如:opengl32.dll opengl32.lib glew32.dll glut32.dll glu32.dll glut32.lib glew32.dll glew32.lib 等-contains all opengl headers. H the paper. Lib and dll document. Such as : opengl32.dll opengl32.lib glew32.dll glut32
OpenGL的BCB库aux.zip
- 这是C++Builder没有提供glaux.h所对应的dll和lib文件。, This is C Builder has not provided dll and the lib document which glaux.h corresponds.
OpenGL-kit
- glu的工具包,包括glaux.h,glaux.lib,glext.h等-glu kit, including glaux.h, glaux.lib, glext.h etc.
OpenGLSDL
- OpenGL开发库 包括gl,glu,glaux的.h,.dll,.lib文件,如glut.h,glut.dll,glut.lib-OpenGL development libraries, including gl, glu, glaux' s. H,. Dll,. Lib file, such as glut.h, glut.dll, glut.lib
opengl
- OPEN Gl 程序所需lib及.h文件,连接 VC++6.0-OPEN Gl lib and the program requires. H files, connecting VC++6.0
OpenGL
- Windows环境下安装GLUT的步骤: 1、将下载的压缩包解开,将得到5个文件 2、在“我的电脑”中搜索“gl.h”,并找到其所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\PlatformSDK\include\gl文件夹”)。把解压得到的glut.h放到这个文件夹。 3、把解压得到的glut.lib和glut32.lib放到静态函数库所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\lib”文件夹)。 4
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
OpenGLClipCap
- OpenGL为裁减面加盖 使用stencil buffer对模型进行加盖 对裁减面进行加盖的功能,网上例子不多,本例代码简单,很容易明白原理 使用glut,把相h, lib, dll都放到文件夹内,vs2003直接编译通过 操作方法: 鼠标左键旋转模型 鼠标右键移动平面 o键切换模型 s键可以把stencil buffer中内容存成bmp,有助于理解-opengl clip capping, use stencil buffer to add a cap f
openGL.management.files
- glut.h,glut32.lib,glut32.dll三个openGL的系统配置文件。
proj1
- 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。 操作方法和实验步骤: 1.使用GL_POLYGON模式绘制白色的多边形,由于所绘多边形为凹多边形,故从最左上角的点开始绘制,以防得到不可预测的图形。注意求得各凹角(refl
OpenGL
- OpenGL开发库,1.将开发库中的.h文件拷贝到Visual C++ 6.0的\Include\GL目录中 2.将.lib文件拷贝到Visual C++ 6.0的\lib目录中 3.将.dll文件拷贝到操作系统的system32目录中-OpenGL development libraries, 1. Will develop in the library. H files are copied to the Visual C++ 6.0 in the \ Include \ GL di
OpenGLlibrary
- opengl开发库,包含OpenGL需要的.h .lib和.dll文件,很全,按要求设置即可快速配置 -opengl Development libraries, including OpenGL needs. h. lib and. dll files, it is full, you can quickly configure the required settings
opengl
- 整理了opengl库文件(.h .lib .dll),glu、glut、glaux,大概我见过最全的-header lib and dll files for opengl
glAux
- 是OPENL库必备的,希望能对你有所帮助不要找的那么辛苦,不用谢我,哈哈哈哈哈哈哈(it .This is part of the OpenGL header file and library file, which is necessary to do modeling)
GLUT
- 配置opengl所需的.dll .h .lib 文件(Configure the .dll .h .lib file required for OpenGL)