Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - glut
Search - glut - List
glut-3.7.6-bin的源代码-glut- 3.7.6-bin source code
Update : 2024-03-29 Size : 119808 Publisher : 周子强

因為寫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
Update : 2024-03-29 Size : 64512 Publisher : 黄玉东

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
Update : 2024-03-29 Size : 247808 Publisher : 王晓昀

DL : 0
使用Opengl 的Glut API编写的一个关于3D箱子转动的程序 平台使用visual c-Opengl use the API Glut prepared by a rotation of the 3D box platform using visual c
Update : 2024-03-29 Size : 117760 Publisher : chenbindi

DL : 0
在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
Update : 2024-03-29 Size : 287744 Publisher : zw

DL : 0
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
Update : 2024-03-29 Size : 10240 Publisher : 涛涛

GLUT 3.7 beta source distribution源码分类 (Unix tar format) Unix用-GLUT 3.7 beta source distribution source classification (Unix tar format) Unix by
Update : 2024-03-29 Size : 3150848 Publisher : sophie

DL : 0
glut help document The OpenGL Utility Toolkit (GLUT) Programming Interface API Version 3
Update : 2024-03-29 Size : 247808 Publisher : zhzhh55

DL : 0
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
Update : 2024-03-29 Size : 6144 Publisher : ttcorner

DL : 0
OpenGL glut库,需要的朋友可以下载-OpenGL glut library, a friend in need can be downloaded
Update : 2024-03-29 Size : 730112 Publisher : DYH

DL : 0
glut的源代码,以及其他的一些文件, 版本是3.7-glut of the source code, and other documents, version 3.7
Update : 2024-03-29 Size : 3946496 Publisher : htzyhtzy

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
Update : 2024-03-29 Size : 125952 Publisher : adfadsf

OPENGL组织的Glut说明书,版本3.0,OPENGL的开发利器-OPENGL organizations Glut Manual, version 3.0, OPENGL development tool
Update : 2024-03-29 Size : 253952 Publisher : 杨江华

DL : 0
glut库:需要进行OpenGL编程的请进。按其中TXT文档中描述即可安装!-glut library: the need for OpenGL programming Come. TXT document by which to describe can be installed!
Update : 2024-03-29 Size : 125952 Publisher : llyg

DL : 0
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
Update : 2024-03-29 Size : 150528 Publisher : 孔亮

好不容易找齐的opengl需要的三个库函数(glaux,glu,glut)-Opengl needs of hard-won找齐three library functions (glaux, glu, glut)
Update : 2024-03-29 Size : 284672 Publisher : 黄玉圣

GLUT帮助文档,可以很快帮助你掌握GLUT-GLUT help files, can quickly help you master the GLUT
Update : 2024-03-29 Size : 18432 Publisher : ren

DL : 0
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
Update : 2024-03-29 Size : 94208 Publisher : LiMing

DL : 0
library Glut for OpenGL
Update : 2024-03-29 Size : 6144 Publisher : yanwi

DL : 0
这是我存的使用opengl关于glut函数的必须安装的工具包,希望对大家有用-This is what I keep on the use of opengl function glut toolkit must be installed, in the hope that useful
Update : 2024-03-29 Size : 513024 Publisher : 刘园园
« 12 3 4 5 6 7 8 9 10 ... 37 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.