搜索资源列表

  1. glut-3.7.6-bin.zip

    0下载:
  2. 所属分类:OpenGL

    • 发布日期:2024-05-18
    • 文件大小:119897
    • 提供者:
  1. glut-3.7b_x86_solaris.tar

    0下载:
  2. 关于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 examp
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:15917952
    • 提供者:xcs
  1. glMultiview

    0下载:
  2. 多角度观察的例子源代码。使用鼠标旋转图形。(By GLUT)-This is simple code about OpenGL which used glut library! It can circumrotate the graphics!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:18672
    • 提供者:
  1. glut37

    0下载:
  2. GLUT用于OPENGL的窗口函数庫,可代替GLAUX-GLUT for OpenGL window functions, can be a substitute for GLAUX
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:3769436
    • 提供者:sam
  1. tut1

    0下载:
  2. 《OpenGL入门(一)》中的:配置glut代码-"OpenGL entry (1)" : configuration code glut
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:10739
    • 提供者:宝宝
  1. myglut

    0下载:
  2. glut的使用方法,建立opengl的程序框架.并且演示了文字的显示方法.-glut way to use the procedures established opengl fr a mework. The demonstration and display of text.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1198022
    • 提供者:qfj
  1. opengl_mksw

    0下载:
  2. opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现openg
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:74378
    • 提供者:周立
  1. glutdemo

    0下载:
  2. 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
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5533
    • 提供者:t
  1. glutPrint

    0下载:
  2. 利用glut平台无关的特性,和display高效的性质做opengl文字输出,提供矩阵无关和矩阵相关两种模式-use glut platform-independent features, and efficient display of nature do opengl text output, and has nothing to do with Matrix Matrix two models
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1071
    • 提供者:肖伟
  1. FontDemo

    0下载:
  2. 应用了GLUT的GLUTBITMAPCHARACTER()函数。 opengl 和vc++编程-application of the GLUTBITMAPCHARACTER GLUT () function. Opengl and vc Programming
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:77229
    • 提供者:billy
  1. ondeletteopengl

    0下载:
  2. openGL (GLUT) avec C
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:23805
    • 提供者:章建军
  1. MosaicImage

    0下载:
  2. 图象拼接代码,必须使用OpenGL的glut.h header file,压缩档内含有glut.h使用说明-code, you must use the OpenGL glut.h header file, tarball contain glut.h use
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:79437
    • 提供者:陈志贤
  1. gfx_glutdemo02

    0下载:
  2. glut实例 glut实例-glut example glut example glut examples examples glut
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:204817
    • 提供者:志勇
  1. WaveEquation

    1下载:
  2. 水波纹的模拟。工具:Opengl+glut-ripple simulation. Tools : Opengl + glut
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:135078
    • 提供者:于通
  1. timer

    0下载:
  2. glutTimerFunc registers the timer callback func to be triggered in at least msecs milliseconds. The value parameter to the timer callback will be the value of the value parameter to glutTimerFunc. Multiple timer callback
  3. 所属分类:游戏

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:1234554321
  1. GLUT

    0下载:
  2. 配置opengl所需的.dll .h .lib 文件(Configure the .dll .h .lib file required for OpenGL)
  3. 所属分类:OpenGL

    • 发布日期:2024-05-18
    • 文件大小:1469440
    • 提供者:LIV_di
  1. glut

    0下载:
  2. 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放到
  3. 所属分类:OpenGL

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:Greenmon
  1. Glew and Glut

    0下载:
  2. open gl lib for instaling glut lib in visual stdio
  3. 所属分类:OpenGL

    • 发布日期:2024-05-18
    • 文件大小:2872320
    • 提供者:reddy216
  1. glut库文件全

    0下载:
  2. window下opengl的glut库; glut库用于opengl编程在Windows上创建一个简单的窗口(The glut Library of OpenGL under window; The glut library is used for OpenGL programming to create a simple window on Windows)
  3. 所属分类:OpenGL

    • 发布日期:2024-05-18
    • 文件大小:644096
    • 提供者:asdic
  1. GLUT工具包

    0下载:
  2. GLUT工具包可以用于glut的编译使用(The GLUT toolkit can be used for the compilation and use of GLUT)
  3. 所属分类:OpenGL

    • 发布日期:2024-05-18
    • 文件大小:128000
    • 提供者:l拉里
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 36 »

源码中国 www.ymcn.org