CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - NeHe OPENGL
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Picture Viewer
2D Graphic
3D Graphic
Graph Drawing
Wavelet
GIS program
Fractal program
Special Effects
OpenGL program
Graph Recognize
CAD
OpenCV
VTK
Search - NeHe OPENGL - List
[
OpenGL program
]
NeheGL_Glut
DL : 0
这是Nehe开发的一个简单的OpenGL程序-This is the development of a simple procedure OpenGL
Date
: 2008-10-13
Size
: 110.55kb
User
:
戴少伟
[
OpenGL program
]
nehegl_simple
DL : 0
这是Nehe开发的简单的OpenGL程序-This is the development of a simple procedure OpenGL
Date
: 2008-10-13
Size
: 25.22kb
User
:
戴少伟
[
OpenGL program
]
lesson48
DL : 0
OpenGL代码,NEHE的。 实现用鼠标旋转选中的球体的功能。-OpenGL code, the NEHE. Achieving selected with the mouse rotating spherical functions.
Date
: 2008-10-13
Size
: 37.37kb
User
:
毛慧明
[
OpenGL program
]
lesson18
DL : 0
NeHe)的OpenGL教程- 二次曲面 第十八课 二次曲面是一种画复合对象的方法,这种方法通常并不需要很多的三角形。-binding for the Java language) OpenGL tutorial-conicoid 18th class conicoid painting is a composite object method, which does not usually need a lot of the triangle.
Date
: 2008-10-13
Size
: 41.76kb
User
:
文鼎
[
OpenGL program
]
nehe_opengl_appwizard_vc6
DL : 0
nehe 的经典教程示例,是学习 opengl的好东东,用这个你就可以轻意搭起架子来使用了-a good example to learn openGL included in nehe`s classical tutorial,you can construct your program frame with it easilly
Date
: 2008-10-13
Size
: 108.15kb
User
:
hcs
[
OpenGL program
]
3D_MAZE_OGL
DL : 0
经典的opengl范例程序,三维迷宫的生成和漫游,nehe的代码总是值得一读,适合opengl的中级以上开发人员。-classic example opengl procedures, three-dimensional maze of generation and roaming, nehe code should always be a time for the opengl or above the intermediate level developers.
Date
: 2008-10-13
Size
: 247.74kb
User
:
牛哥
[
OpenGL program
]
opengl_mksw
DL : 0
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
Date
: 2008-10-13
Size
: 72.63kb
User
:
周立
[
OpenGL program
]
NeHeGLnew
DL : 0
nehe的opengl的新的例子,希望有用-the example of the new, useful. .
Date
: 2008-10-13
Size
: 24.24kb
User
:
微微
[
OpenGL program
]
NEHE_opengl_xuexijiaochen
DL : 0
NEHE s opengl学习教程-NEHE s opengl Learning Guide
Date
: 2008-10-13
Size
: 5.07mb
User
:
wgz
[
OpenGL program
]
OpenGL8test
DL : 0
OpenGL(NeHe编著)第八课源代码-OpenGL (binding for the Java language compilation), the eighth class source code
Date
: 2008-10-13
Size
: 67.38kb
User
:
Alex
[
OpenGL program
]
OpenGL6test
DL : 0
OpenGL(NeHe)第六课(纹理),源码-OpenGL (binding for the Java language), 6th Division (texture), FOSS
Date
: 2008-10-13
Size
: 36.3kb
User
:
Alex
[
OpenGL program
]
OpenGL4test
DL : 0
OpenGL(NeHe)第四课(转起来)源码-OpenGL (binding for the Java language), the 4th Division (turn up) FOSS
Date
: 2008-10-13
Size
: 17.88kb
User
:
Alex
[
OpenGL program
]
OpenGL5test
DL : 0
OpenGL(NeHe)第四课(3D)源码-OpenGL (binding for the Java language), the 4th Division (3D) FOSS
Date
: 2008-10-13
Size
: 11.5kb
User
:
Alex
[
OpenGL program
]
OpenGL_1
DL : 0
OpenGL(NeHe)第一课(认识OpenGL)源码-OpenGL (binding for the Java language), the first lesson (awareness OpenGL) FOSS
Date
: 2008-10-13
Size
: 17.06kb
User
:
Alex
[
OpenGL program
]
OpenGLBeginner
DL : 0
对初学者很有帮助的OpenGL教程,花了很多时间才找到的,包含Jeff Molofee的NeHe中文教程1-11课.-helpful for beginners OpenGL Guide, spent a lot of time before they could find, including Jeff Molofee the Chinese Guide 1-11 binding for the Java language classes.
Date
: 2008-10-13
Size
: 622.64kb
User
:
化康
[
OpenGL program
]
lesson28
DL : 0
nehe 的经典教程,opengl初中级编程者学习的宝典,不能错过 。-nehe classic handbook, opengl junior-level programmers to learn the book, not to be missed.
Date
: 2008-10-13
Size
: 67.76kb
User
:
宋克宁
[
OpenGL program
]
lesson33
DL : 0
nehe 的经典教程,opengl初中级编程者学习的宝典,不能错过 。-nehe classic handbook, opengl junior-level programmers to learn the book, not to be missed.
Date
: 2008-10-13
Size
: 41.65kb
User
:
宋克宁
[
OpenGL program
]
lesson36
DL : 0
nehe 的经典教程,opengl初中级编程者学习的宝典,不能错过 。-nehe classic handbook, opengl junior-level programmers to learn the book, not to be missed.
Date
: 2008-10-13
Size
: 33.21kb
User
:
宋克宁
[
OpenGL program
]
lesson38
DL : 1
nehe 的经典教程,opengl初中级编程者学习的宝典,不能错过 。-nehe classic handbook, opengl junior-level programmers to learn the book, not to be missed.
Date
: 2008-10-13
Size
: 167.32kb
User
:
宋克宁
[
OpenGL program
]
WhyGL
DL : 0
WhyGL:一套学习OpenGL的框架,及翻写Nehe的OpenGL教程(WhyGL: set up a framework to learn OpenGL and write OpenGL tutorial on Nehe.)
Date
:
Size
: 5.61mb
User
:
怪盗基德1996
«
1
2
...
16
17
18
19
20
21
22
23
24
25
26
...
33
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.