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

Search list

[OpenGL programglut-3.7.6-bin

Description: glut-3.7.6-bin的源代码-glut- 3.7.6-bin source code
Platform: | Size: 119808 | Author: 周子强 | Hits:

[OpenGL programglut库文件

Description: 因為寫GLUT程式不用牽涉到window programming,所以教學的程式大部份 皆以GLUT寫成,但window無內建GLUT,所以得先安裝GLUT-wrote GLUT programs not involve programming window, so teaching programs broadcast GLUT most languages, but no built-in window GLUT, you must first install GLUT
Platform: | Size: 64512 | Author: 黄玉东 | Hits:

[OpenGL programglut-3.spec3

Description: glut手册,涵盖全部opengl-glut函数,详述全部使用功能和注意事项,但唯独一点,英文版-glut manual covers all opengl- glut function, detailing all the functionality and attention to matters, but there was 1:00, in English! ! ! Laughter Hey
Platform: | Size: 247808 | Author: 王晓昀 | Hits:

[OpenGL programGlut

Description: 使用Opengl 的Glut API编写的一个关于3D箱子转动的程序 平台使用visual c-Opengl use the API Glut prepared by a rotation of the 3D box platform using visual c
Platform: | Size: 117760 | Author: chenbindi | Hits:

[OpenGL programglut

Description: 在Nehe的主页上一共提供了4种不同风格的OpenGL程序框架,分别为glut,Win32,面向对象的Win32,在加上Nehe教程中使用的那一种。 相信没有几个读者会耐着性子,把Nehe的第一个教程看完并编译成功,因为那里面有着数不清的数据结构和函数,我也是费了整整12个小时才把它翻译和排版好。 好了,不浪费读者的时间了。在这四个框架中以面向对象的Win32框架写的最后,并且功能最全,我们就简单得介绍一下它的使用,你可以用它学习OpenGL的函数,当你对OpenGL的结构有了一定的了解后,不妨看看源代码,我把一切可能的注释都写进了源代码里,希望对你有帮助。 为了使用这个框架,你必须熟记以下四个函数,我们用它来完成OpenGL的逻辑: * bool Initialize() * 执行所有的初始化工作,如果成功函数返回true * * void Deinitialize() * 执行所有的卸载工作 * * void Update(DWORD milliseconds) * 执行所有的更新操作,传入的参数为两次操作经过的时间,以毫秒为单位 * * void Draw() * 执行所有的绘制操作 我们从Initialize()函数说起-in the home page will provide a total of four different styles of OpenGL procedural framework, respectively glut, Win32, Win32 object-oriented, Nehe together with the use of the Directory kind. Few believe that the readers would first have tolerance, Nehe of a reading tutorial and compile successful, because it has a lot of inside data structure and function, I also spent a full 12 hours before its translation and typesetting good. Well, do not waste the reader's time. In this framework to four object-oriented framework written in Win32 Finally, and most functional whole, We simply have on its use, you can use it to study the function of OpenGL. When you OpenGL structures of a certain understanding, and may wish to look at the source code, I put all of the Notes may have been written i
Platform: | Size: 287744 | Author: zw | Hits:

[GDI-Bitmapglut

Description: glut头文件包,这是图像编程基本的头文件,你可以利用vc工具菜单导入即可-glut header file package, which is the basic programming of the first image file, you can use the Tools menu to import vc can
Platform: | Size: 10240 | Author: 涛涛 | Hits:

[OpenGL programglut-3.7.tar

Description: GLUT 3.7 beta source distribution源码分类 (Unix tar format) Unix用-GLUT 3.7 beta source distribution source classification (Unix tar format) Unix by
Platform: | Size: 3150848 | Author: sophie | Hits:

[OpenGL programglut

Description: glut help document The OpenGL Utility Toolkit (GLUT) Programming Interface API Version 3
Platform: | Size: 247808 | Author: zhzhh55 | Hits:

[OpenGL programglut

Description: Glut小程序:是利用Open GL的glut库编写的一个应用例子,可通过这个例子掌握gult库及OPen Gl三维编程的技术-Glut applet: is the use of Open GL the glut library to prepare an application example, this example can be gult master OPen Gl three-dimensional database and programming technology
Platform: | Size: 6144 | Author: ttcorner | Hits:

[OpenGL programglut

Description: OpenGL glut库,需要的朋友可以下载-OpenGL glut library, a friend in need can be downloaded
Platform: | Size: 730112 | Author: DYH | Hits:

[3D GraphicGLut

Description: glut的源代码,以及其他的一些文件, 版本是3.7-glut of the source code, and other documents, version 3.7
Platform: | Size: 3946496 | Author: htzyhtzy | 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:

[OpenGL programglut-3.spec

Description: OPENGL组织的Glut说明书,版本3.0,OPENGL的开发利器-OPENGL organizations Glut Manual, version 3.0, OPENGL development tool
Platform: | Size: 253952 | Author: 杨江华 | Hits:

[OpenGL programglut

Description: glut库:需要进行OpenGL编程的请进。按其中TXT文档中描述即可安装!-glut library: the need for OpenGL programming Come. TXT document by which to describe can be installed!
Platform: | Size: 125952 | 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-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-glaux-glu

Description: 好不容易找齐的opengl需要的三个库函数(glaux,glu,glut)-Opengl needs of hard-won找齐three library functions (glaux, glu, glut)
Platform: | Size: 284672 | Author: 黄玉圣 | Hits:

[Software EngineeringGLUT

Description: GLUT帮助文档,可以很快帮助你掌握GLUT-GLUT help files, can quickly help you master the GLUT
Platform: | Size: 18432 | Author: ren | 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 programglut

Description: library Glut for OpenGL
Platform: | Size: 6144 | Author: yanwi | Hits:

[OpenGL programglut

Description: 这是我存的使用opengl关于glut函数的必须安装的工具包,希望对大家有用-This is what I keep on the use of opengl function glut toolkit must be installed, in the hope that useful
Platform: | Size: 513024 | Author: 刘园园 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 37 »

CodeBus www.codebus.net