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

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 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: 74378 | Author: xian | 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 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 programOpenGL_3D_project_design

Description:
Platform: | Size: 781312 | Author: 何新春 | 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 programopenglkjy

Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h -opengl as a powerful 3D API, rendering speed, and high efficiency. We can realize their own 3D world. This procedure uses the glut library (downloaded to http://www.xmission.com/ ~ nate/glut.html), he not only contains gl.h, glu.h
Platform: | Size: 132096 | Author: jerry | 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

Description: Windows环境下安装GLUT的步骤: 1、将下载的压缩包解开,将得到5个文件 2、在“我的电脑”中搜索“gl.h”,并找到其所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\PlatformSDK\include\gl文件夹”)。把解压得到的glut.h放到这个文件夹。 3、把解压得到的glut.lib和glut32.lib放到静态函数库所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\lib”文件夹)。 4、把解压得到的glut.dll和glut32.dll放到操作系统目录下面的system32文件夹内。(典型的位置为:C:\Windows\System32)-Windows environment to install GLUT steps: 1 Download compressed package will be answered, will be 5 files 2, in the " My Computer" search " gl.h" , and find it in the folder (if it is VisualStudio2005, the installation directory should be below the " VC \ PlatformSDK \ include \ gl folder" ). To extract glut.h get into this folder. 3, the extract obtained glut.lib and glut32.lib static library is located on the folder (if it is VisualStudio2005, while its installation directory should be the following " VC \ lib" folder). 4, the decompression and glut.dll received glut32.dll directory on the following operating systems system32 folder. (Typical for the location: C: \ Windows \ System32)
Platform: | Size: 149504 | Author: zhonlon | Hits:

[OpenGL programlab

Description: #include <windows.h> //biblioteca do windows... #include <GL/gl.h> //biblioteca gl.h #include <GL/glut.h> //biblioteca glut - ferramentas adicionais-#include <windows.h> //biblioteca do windows... #include <GL/gl.h> //biblioteca gl.h #include <GL/glut.h> //biblioteca glut - ferramentas adicionais
Platform: | Size: 3190784 | Author: hugo | Hits:

[OpenGL programOpenGLSDL

Description: 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
Platform: | Size: 920576 | Author: nicole | 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 programDrawing3DImagesCha3

Description: OpenGLAPI实现三维绘图,运用了gl.h和glut.h,实现了基本绘图和glut.h提供的图元,还有光照处理-Drawing 3D images based-on OpenGL
Platform: | Size: 899072 | Author: 蒋明 | Hits:

[OpenGL programexam04

Description: #include <windows.h> #include <gl/gl u.h> #include <gl/glut.h> #include <math.h>-This is based on opengl development in the VS configuration environment can be used after the
Platform: | Size: 2048 | Author: andywong569 | Hits:

[OpenGL programexam2-3

Description: #include <windows.h> #include <gl/gl u.h> #include <gl/glut.h> #include <math.h>-# Include <windows.h># Include <gl/gl.h># Include <gl/glu.h># Include <gl/glut.h># Include <math.h>
Platform: | Size: 1024 | Author: andywong569 | Hits:

[2D GraphicSeed-area-filling

Description: 此程序为种子区域填充算法,运行时需要加载gl/glut.h-This program area for seed filling algorithm, the runtime needs to load gl/glut.h
Platform: | Size: 909312 | Author: 郑前钢 | Hits:

[Internet-Networkcc.cpp

Description: pendulum code easy code #include <GL/glut.h>
Platform: | Size: 1024 | Author: coucou | Hits:

[OpenGL programglut库

Description: OpenGL的库函数包,包括glut.h/gl.h/glut32.h和dll,lib相关联的lib文件。(OpenGL library function package, including glut.h/gl.h/glut32.h and DLL, lib associated lib file.)
Platform: | Size: 125952 | Author: Yika | Hits:

[OpenGL programglut

Description: 1.头文件: gl.h, glut.h, glu.h放到E:\Microsoft Visual Studio\VC98\include\GL中,如果没有GL,就自己建一个。 2.静态库文件: Opengl32.lib, glut32.lib, glu32.lib放到E:\Microsoft Visual Studio\VC98\lib中 3.动态链接库: Opengl32.dll, glut32.dll, glu32.dll放到C:\Windows\system中(1. The headerfile are identical, : gl.h glut.h. If there is no, on the E:\Microsoft Visual Studio\VC98\include\GL. GL is a her own. 2. A static library files : Opengl32.lib glut32.lib, to E:\Microsoft Visual Studio\VC98\lib glu32.lib. 3. A dynamic link library : Opengl32.dll glut32.dll, to C:\Windows\system glu32.dll.)
Platform: | Size: 5120 | Author: Greenmon | Hits:
« 12 »

CodeBus www.codebus.net