Welcome![Sign In][Sign Up]
Location:
Search - glut

Search list

[OpenGL programglut

Description: opengl的glut的相关文件。我想下载opengl+四茶树数据结构编写的地质体的建模
Platform: | Size: 94245 | Author: zhoud | Hits:

[OpenGL programvs-opengl(glut)

Description: opengl 库函数 内含 glut.dll,glut.h,glut.lib glut32.dll,glut32.lib
Platform: | Size: 126536 | Author: adfadsf | Hits:

[OpenGL programglut-3.spec

Description: OPENGL组织的Glut说明书,版本3.0,OPENGL的开发利器
Platform: | Size: 253863 | Author: 杨江华 | Hits:

[OpenGL programglut

Description: glut库:需要进行OpenGL编程的请进。按其中TXT文档中描述即可安装!
Platform: | Size: 126725 | Author: llyg | Hits:

[Windows Developglut

Description: glut.h 把这个文件\"include\"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。 glut.lib(SGI版)和glut32.lib(微软版),这个文件会被链接到您的程序,所以,把它放到编译器的lib文件夹下。 glut.dll(SGI版)和glut32.dll(微软版),把这个文件放在%WinDir%\\System32文件夹下。 然后拷贝对应的文件到对应的目录: glut32.dll to %WinDir%\\System, //这里或者是System32 glut32.lib to $(MSDevDir)\\..\\..\\VC98\\lib, glut.h to $(MSDevDir)\\..\\..\\VC98\\include\\GL 对于vc2005,则应拷贝到: VC\\PlatformSDK\\Lib和VC\\PlatformSDK\\Include\\GL
Platform: | Size: 150304 | Author: 孔亮 | Hits:

[OpenGL programglut-3.7.6

Description: glut-3.7.6开发实例,含用法及几十个小例程。很好用
Platform: | Size: 368955 | Author: zhao xian sheng | Hits:

[3D GraphicGLUT C++开发框架

Description: 采用C++结构写的GLUT框架,可以很好管理文件,而不用把所有的代码写在一个CPP文件中
Platform: | Size: 4062 | Author: larry_wasd | Hits:

[SDKOpenGL开发库完整的包括glut等

Description: OpenGL开发库完整的包括glut等
Platform: | Size: 743568 | Author: xqx317 | Hits:

[OpenGL programOpenGL采用glut库实现绘制正方形

Description: OpenGL采用glut库实现绘制正方形
Platform: | Size: 183376 | Author: che123456789246@sina.com | Hits:

[Graph DrawingGLUT入门应用相关例子

Description: GLUT入门应用相关例子
Platform: | Size: 16664796 | Author: 506165270@qq.com | Hits:

[OpenGL programstereo

Description: The following is intended to get someone started creating 3D stereo applications using OpenGL and the associated GLUT library. It is assumed that the reader is both familiar with how to create the appropriate eye positions for comfortable stereo viewing (see link in the title of the page) and the reader has an OpenGL card (or software implementation) and any associated hardware (eg: glasses) needed to support stereo graphic viewing.
Platform: | Size: 323584 | Author: 焦学健 | Hits:

[OpenGL programFreeWRL-1.11.tar

Description: The following is intended to get someone started creating 3D stereo applications using OpenGL and the associated GLUT library. It is assumed that the reader is both familiar with how to create the appropriate eye positions for comfortable stereo viewing (see link in the title of the page) and the reader has an OpenGL card (or software implementation) and any associated hardware (eg: glasses) needed to support stereo graphic viewing.
Platform: | Size: 3998720 | Author: 焦学健 | Hits:

[OpenGL programglut-3.7b_x86_solaris.tar

Description: 关于opengl开发最新的开发工程包,该包中含有众多的开发例子,可以通过这些例子加快openGL开发-opengl on the latest development of the project for the development package, the package contains many examples of the development can be accelerated through these examples development openGL
Platform: | Size: 15918080 | Author: xcs | Hits:

[OpenGL programglMultiview

Description: 多角度观察的例子源代码。使用鼠标旋转图形。(By GLUT)-This is simple code about OpenGL which used glut library! It can circumrotate the graphics!
Platform: | Size: 18432 | Author: | Hits:

[OpenGL programglut37

Description: GLUT用于OPENGL的窗口函数庫,可代替GLAUX-GLUT for OpenGL window functions, can be a substitute for GLAUX
Platform: | Size: 3769344 | Author: sam | Hits:

[OpenGL programmyglut

Description: glut的使用方法,建立opengl的程序框架.并且演示了文字的显示方法.-glut way to use the procedures established opengl framework. The demonstration and display of text.
Platform: | Size: 1198080 | Author: qfj | Hits:

[OpenGL programopengl_mksw

Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装 目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll 把glut.h放到 vc的include目录中 把glut32.lib放到vc的lib目录中 把glut32.dll放到system32下 对于vs.net include和lib在..\vc7\platformSDK下 参考资料 nehe.gamedev.net 特别经典的opengl教程 www.codeguru.com -opengl as one powerful 3D API, rendering speed, high efficiency. We can achieve our 3D world. The procedures for the use of a glut (download http://www.xmission.com/ ~ nate/glut.html), he embodies gl.h, glu.h glaux.h has also expanded the number of other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, the programming opengl familiar friends can see from the code in AX achieve opengl application with the ordinary procedure is the same. Glut library installation for the current glut of glut- 3.7.6. Included glut.h, glut32.lib, glut32.dll put into vc glut.h include the directory into vc glut32.lib put the lib directory put into glut32.dll for system32 vs.net include and lib in .. \ vc7 \ platformSDK under s
Platform: | Size: 132096 | Author: 周立 | Hits:

[OpenGL programglutdemo

Description: OpenGL GLUT库的使用示例源代码 An introduction to GLUT by Elie De Brauwer -OpenGL GLUT for the use of the source code examples to GLUT An introduction by Elie De Brauwer
Platform: | Size: 5120 | Author: t | Hits:

[OpenGL programMosaicImage

Description: 图象拼接代码,必须使用OpenGL的glut.h header file,压缩档内含有glut.h使用说明-code, you must use the OpenGL glut.h header file, tarball contain glut.h use
Platform: | Size: 80896 | Author: 陈志贤 | Hits:

[OpenGL programgfx_glutdemo02

Description: glut实例 glut实例-glut example glut example glut examples examples glut
Platform: | Size: 204800 | Author: 志勇 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 37 »

CodeBus www.codebus.net