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
]
tutors-src
DL : 0
Nate Robins写的OpenGL教程,涉及了OpenGL的几个基本方面,适合初学者学习-Nate Robins wrote OpenGL Directory the OpenGL involved in several fundamental aspects, for beginners to learn
Date
:
Size
: 917kb
User
:
liushuo
[
OpenGL program
]
lecsn02
DL : 0
NEHE的OPENGL编程实例2,对OPENGL初学者来说很有帮助-NEHE the OpenGL Programming Example 2, a newcomer to the OpenGL helpful
Date
:
Size
: 153kb
User
:
文聪
[
OpenGL program
]
lecsn03
DL : 0
NEHE的OPENGL编程实例3,对OPENGL初学者来说很有帮助-NEHE the OpenGL Programming Example 3, a newcomer to the OpenGL helpful
Date
:
Size
: 150kb
User
:
文聪
[
OpenGL program
]
exam1_flag
DL : 0
首先使用 Visual C++ MFC OpenGL AppWizard创建一个OpenGL应用程序框架,NeHe的实例都是基于Win32的,本实例在MFC下实现了相同的效果。-the first to use OpenGL MFC Visual C+5.0 create an OpenGL application framework, binding for the Java language examples are based on Win32, in the case of MFC achieve the same effect.
Date
:
Size
: 84kb
User
:
xjq
[
OpenGL program
]
nehe01
DL : 0
在Windows中设置相关的OpenGL窗口-in Windows provision of the relevant OpenGL window
Date
:
Size
: 22kb
User
:
黄南海
[
OpenGL program
]
nehe09
DL : 0
在Windows平台利用OpenGL,进行贴图操作,产生一个立方体盒子-the Windows platform using OpenGL, map functional, a cube box
Date
:
Size
: 38kb
User
:
黄南海
[
OpenGL program
]
nehe08
DL : 0
在Windows平台利用OpenGL,进行贴图操作,产生一个融合的立方体盒子-the Windows platform using OpenGL, map operation, have an integration cube box
Date
:
Size
: 76kb
User
:
黄南海
[
OpenGL program
]
nehe07
DL : 0
在Windows平台利用OpenGL,进行贴图操作,产生一个立方体盒子,并且控制其旋转,并加入相应的光照-the Windows platform using OpenGL, map functional, a cubic box, and control of their rotation, and accordingly the light
Date
:
Size
: 84kb
User
:
黄南海
[
OpenGL program
]
snowworld
DL : 0
OpenGL 制作的雪景效果 这是一个MFC写的OpenGL雪景,程序演示了MFC开发OpenGL的框架,和演示如在OpenGL访问封装在可执行文件中的资源,这一个程序是参考NeHe改写而成,对用MFC写OpenGL程序有很好指导作用。-OpenGL effects produced by the snow This is a MFC write OpenGL snow. MFC procedures demonstration of the framework for the development of OpenGL, and demonstration in OpenGL visit Packaging in the executable file resources, This is a reference Retrieved procedures adapted to use OpenGL procedures MFC write a good guide.
Date
:
Size
: 138kb
User
:
徐晓燕
[
OpenGL program
]
SolidObjects
DL : 0
是一个OPENGL的程序,里面实现了实体的确绘制,取材于NEHE的程序,再次感谢这位无私的人.-OpenGL is a procedure in which the entity is realized drawing, drawing on NEHE procedures, This again thanks to the selfless people.
Date
:
Size
: 16kb
User
:
编程浪子
[
OpenGL program
]
InitOpenGL
DL : 0
是一个OPENGL的程序,里面实现了OPENGL的初始化,取材于NEHE的程序,再次感谢这位无私的人.-OpenGL is a procedure in which the realization of the OpenGL initialization, NEHE based on the procedures, again thanked the selfless people.
Date
:
Size
: 12kb
User
:
编程浪子
[
OpenGL program
]
NeHe_OpenGL_Chinese_Course
DL : 0
OpenGL 的经典教程,对学习3D编程的人很有帮助。NeHe_OpenGL_Chinese_Course.pdf-OpenGL classic handbook for the study of 3D programming helpful. NeHe_OpenGL_Chinese_Course.pdf
Date
:
Size
: 1.76mb
User
:
maj
[
OpenGL program
]
nehe_opengl_chm
DL : 0
NeheOpengl的教程,经典。-NeheOpengl curricula, classic.
Date
:
Size
: 1.11mb
User
:
[
OpenGL program
]
glut
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
Date
:
Size
: 281kb
User
:
zw
[
OpenGL program
]
NeHeOpenGLTutorialPart2
DL : 0
Date
:
Size
: 861kb
User
:
张超
[
OpenGL program
]
TheGraveyard2
DL : 0
NEHE的OPENGL例子,VC++的,不说大家都知道的啦-NEHE the OpenGL example, VC, we all know that the Matata
Date
:
Size
: 1.59mb
User
:
dfsfsfs
[
OpenGL program
]
snowworld
DL : 0
这是一个MFC写的OpenGL雪景,程序演示了MFC开发OpenGL的框架,和演示如在OpenGL访问封装在可执行文件中的资源,这一个程序是参考NeHe改写而成,对用MFC写OpenGL程序有很好指导作用。 -This is a MFC write OpenGL snow. MFC procedures demonstration of the framework for the development of OpenGL, and demonstration in OpenGL visit Packaging in the executable file resources, This is a reference Retrieved procedures adapted to use OpenGL procedures MFC write a good guide.
Date
:
Size
: 138kb
User
:
lilanxia
[
OpenGL program
]
OpenGL
DL : 0
OpenGL的学习程序,可以作为练习来分析,参考了Nehe的程序-OpenGL learning procedures, can be used as exercises to analyze, with reference to the procedures Nehe
Date
:
Size
: 1kb
User
:
huolangmin
[
OpenGL program
]
NeHe
DL : 0
opengl NeHe_含游戏设计.chm -opengl NeHe_ with game design. chm
Date
:
Size
: 1.53mb
User
:
zhzhh55
[
OpenGL program
]
Nehelessons6-10
DL : 0
经典的nehe openGL 教程, lessons 11-15, 包含原代码-Classic nehe openGL tutorial, lessons 11-15, contains the original code
Date
:
Size
: 4.35mb
User
:
davii
«
1
2
...
8
9
10
11
12
13
14
15
16
17
18
...
33
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.