Welcome![Sign In][Sign Up]
Location:
Search - glut32.dll

Search list

[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: 74378 | Author: 周立 | Hits:

[OpenGL programcubeview

Description: 需要有OpenGL的连接库glut32.dll 显示一个立方体的不同角度,立方体8个点各有四种颜色-need OpenGL libraries glut32.dll shows a cube of different angles, cube eight points each in four colors
Platform: | Size: 39017 | Author: 郭佳 | Hits:

[OpenGL programnewpaint

Description: 需要有OpenGL的库文件glut32.dll 运行后,用鼠标点击一次左上方的小图形,然后在空白区域点鼠标,就可根据小图形的指示画出相应的图形.-need OpenGL libraries glut32.dll operation, and click the top left of a small graphic, and then click the mouse regional gaps can be under the direction of small graphics to draw out the corresponding graphics.
Platform: | Size: 8881 | Author: 郭佳 | Hits:

[OpenGL programcubview1

Description: 需要包含OpenGL的连接库:glut32.dll 一个立方体,8个顶点有4种颜色,运行后点击鼠标左键,立方体在水平方向旋转,点鼠标右键,立方体在垂直方向旋转。-need to contain OpenGL libraries : glut32.dll a cube, eight vertex four colors, running after the click of a mouse button, the cube in the horizontal direction rotation, right-click the mouse, cube rotation in the vertical direction.
Platform: | Size: 6605 | Author: 郭佳 | Hits:

[OpenGL programshadowing

Description: 需要包含OpenGL的库文件glut32.dll 运行之后显示一个水平反转转动的红色薄片。假想光源在垂直上方,下面有其黑色的影子不断变化-need to contain OpenGL libraries glut32.dll displayed after running a reverse rotational levels of red sheet. In vertical imaginary light source above, the following is a black shadow evolving
Platform: | Size: 5933 | Author: 郭佳 | Hits:

[OpenGL program767

Description: 因为这个是用OpenGL做成的。要成功运行你必须有OpenGL的三个库文件,但是只要是会用OpenGL的人都会知道这三个文件是什么(光靠vc++6.0中的那个库不行,还要有三个,会用OpenGL的人都会放这三个文件,因为要放在三个地方,比如有放在 system32文件中的glut32.dll) 这个是本人的为系主任老师编写的设计程序,保证能用,如果版主对OpenGL不太了解的话,可以相信我,我保证下这个的人都会用-because this is made of OpenGL. To be successful you have to have running OpenGL three libraries, But only with OpenGL will of the people will know that this is what the three documents (vc 6.0 alone that the library No, there are still three, we can use OpenGL people will take these three documents, because on the three places, For example, a document on the system32 glut32.dll) This is my teacher for Head the preparation of the design process, can use to ensure that, if the moderator of OpenGL do not quite understand, you can believe me, I guarantee the person will be able to use
Platform: | Size: 231748 | Author: fancy | Hits:

[OpenGL program5.9

Description: 因为这个是用OpenGL做成的。要成功运行你必须有OpenGL的三个库文件,但是只要是会用OpenGL的人都会知道这三个文件是什么(光靠vc++6.0中的那个库不行,还要有三个,会用OpenGL的人都会放这三个文件,因为要放在三个地方,比如有放在 system32文件中的glut32.dll) 这个是本人的为系主任老师编写的设计程序,保证能用,如果版主对OpenGL不太了解的话,可以相信我,我保证下这个的人都会用-because this is made of OpenGL. To be successful you have to have running OpenGL three libraries, But only with OpenGL will of the people will know that this is what the three documents (vc 6.0 alone that the library No, there are still three, we can use OpenGL people will take these three documents, because on the three places, For example, a document on the system32 glut32.dll) This is my teacher for Head the preparation of the design process, can use to ensure that, if the moderator of OpenGL do not quite understand, you can believe me, I guarantee the person will be able to use
Platform: | Size: 2625604 | Author: fancy | Hits:

[OpenGL programglut32

Description: glut32开发库 将.dll复制到windows/system32-glut32 development repository will. Dll copied to the windows/system32
Platform: | Size: 93103 | Author: lion | Hits:

[OpenGL programopengl小程序

Description: 我上传的是基于OpenGL,在Delphi环境下运用的几个小程序,分别在文件夹1,2,3,4,5中,每个文件夹有程序的介绍(txt文件),切记要将glut32.dll文件拷贝到Windows的System目录下,程序才可运行!由于我还是高校学生,不会太难的程序,望站长酌情考虑-is based on OpenGL, the Delphi environment using a few small programs, in 1,2,3,4,5 folders, each folder on the procedures (txt file), should bear in mind glut32.dll copy the file to the Windows System directory procedures can run! Because I still college students, not too difficult procedures, as appropriate, consider looking head! ! Thank you! !
Platform: | Size: 888832 | Author: 晓迪 | Hits:

[OpenGL program5.9

Description: 因为这个是用OpenGL做成的。要成功运行你必须有OpenGL的三个库文件,但是只要是会用OpenGL的人都会知道这三个文件是什么(光靠vc++6.0中的那个库不行,还要有三个,会用OpenGL的人都会放这三个文件,因为要放在三个地方,比如有放在 system32文件中的glut32.dll) 这个是本人的为系主任老师编写的设计程序,保证能用,如果版主对OpenGL不太了解的话,可以相信我,我保证下这个的人都会用-because this is made of OpenGL. To be successful you have to have running OpenGL three libraries, But only with OpenGL will of the people will know that this is what the three documents (vc 6.0 alone that the library No, there are still three, we can use OpenGL people will take these three documents, because on the three places, For example, a document on the system32 glut32.dll) This is my teacher for Head the preparation of the design process, can use to ensure that, if the moderator of OpenGL do not quite understand, you can believe me, I guarantee the person will be able to use
Platform: | Size: 3078144 | Author: fancy | Hits:

[OpenGL programglut32

Description: glut32开发库 将.dll复制到windows/system32-glut32 development repository will. Dll copied to the windows/system32
Platform: | Size: 93184 | Author: lion | Hits:

[OpenGL programOpenGL_ActiveX

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下 -opengl A powerful as the 3D API, playing up speed, high efficiency. We can realize their 3 D world. The procedures for the use of the glut (download to http :// www.xmission.com/ ~ nate/glut.html) He not only includes gl.h, glu.h glaux.h also expanded some other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, programming opengl familiar friends can see from the code, AX in achieving opengl application with the ordinary procedure is the same. Glut for the installation of the current glut is the glut- 3.7.6. Glut.h included, glut32.lib. glut32.dll put into vc glut.h include the directory put glut32. vc lib into the lib directory put into system32 under glut32.dll for vs . net include and lib in .. \ vc7
Platform: | Size: 132096 | Author: xian | Hits:

[OpenGL programpengl

Description: 包含了所有的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 . dll glu32.dll glut32.lib glew32.dll glew32. lib, etc.
Platform: | Size: 692224 | Author: ssdfd | Hits:

[OpenGL programsf_2005830162737

Description: OpenGL dll文件 glu.dll glu32.dll glaux.dll glut.dll glut32.dll opengl32.dll opengl.d-OpenGL dll file glu.dll glu32.dll glaux.dll glut.dll glut32.dll opengl32.dll opengl.d
Platform: | Size: 688128 | Author: sophie | Hits:

[OpenGL programvs-opengl(glut)

Description: opengl 库函数 内含 glut.dll,glut.h,glut.lib glut32.dll,glut32.lib -opengl library function contains glut.dll, glut.h, glut.lib glut32.dll, glut32.lib
Platform: | Size: 125952 | Author: adfadsf | 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-glut.h put this file include to your source code. Usually put this file on your compiler s header files directory gl folder. glut.lib (SGI version) and glut32.lib (Microsoft version), this document will be linked to your procedures, therefore, put it on the compiler s lib folder. glut.dll (SGI version) and glut32.dll (Microsoft version), put the document on the WinDir System32 folder. And copies of the corresponding documents to the corresponding directory: glut32.dll to WinDir System,// here or are System32glut32.lib to $ (MSDevDir ).... VC98lib, glut.h to $ (MSDevDir ).... VC98includeGL for vc2005, should be copied to: VCPlatformSDKLib and VCPlatformSDKIncludeGL
Platform: | Size: 150528 | Author: 孔亮 | Hits:

[OpenGL programglut

Description: 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 have to configure your own environment vc. Will be " glut.h" placed in the " .. \ Microsoft Visual Studio \ VC98 \ Include \ GL \" directory will " glut32.lib" placed in the " .. \ Microsoft Visual Studio \ VC98 \ Lib \" directory will be " glut32.dll" placed in " C: \ windows \ system32 \" directory
Platform: | Size: 94208 | Author: LiMing | Hits:

[OpenGL programopenGL.management.files

Description: glut.h,glut32.lib,glut32.dll三个openGL的系统配置文件。
Platform: | Size: 64512 | Author: tiancaigong | Hits:

[GDI-BitmapGlutdlls37beta

Description: 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
Platform: | Size: 76800 | Author: tianzhiya | Hits:

[OpenGL programDLL

Description: OpenGL 的大部分动态链接库DLL:glaux. glu. glu32. glut. glut32. opengl. openGl32-the DLL of OpenGL:glaux. glu. glu32. glut. glut32. opengl. openGl32
Platform: | Size: 1181696 | Author: ly | Hits:
« 12 3 4 »

CodeBus www.codebus.net