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
Search - NeHe OPENGL - List
[
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
[
OpenGL program
]
lesson08
DL : 0
nehe教程的第八课,不错的例子,教你如何实现动画,以及理解opengl的概念-nehe eight tutorial lessons, good examples, teach you how to achieve animation, as well as understanding the concept of opengl
Date
:
Size
: 105kb
User
:
gbyang
[
OpenGL program
]
VertexBufferObjects
DL : 0
When you need raw polygon-pushing power, you can always utilize the optimizations provided by OpenGL. Vertex Arrays are one good way to do that. For even more boost you can use a recent extension to graphics cards called Vertex Buffer Objects . The extension, ARB_vertex_buffer_object, works just like vertex arrays, except that it loads the data into the graphics card s high-performance memory, significantly lowering rendering time. Because the extension is relatively new, not all cards will support it. This awesome tutorial was written by Paul Frazee. If you enjoy the tutorial please e-mail him and let him know. by NeHe
Date
:
Size
: 190kb
User
:
李明宗
[
OpenGL program
]
NEHE_OpenGL_1-5
DL : 0
关于NEHE的知名度,我就不用多说了,是一个很好的OpenGL入门的程序设计,由浅如深,让你在最快的时间内熟悉OpenGL的编程思想,本文件夹包含1-5的例子,剩下的由于速度问题后续再传。-With regard to the visibility of NEHE, I Needless to say, and OpenGL is a good entry-level programming, such as by shallow depth, so that you are familiar with the fastest time OpenGL programming ideas, this folder contains 1-5 example, the speed of the remaining issues as a result of longer follow-up.
Date
:
Size
: 135kb
User
:
Mechanician
[
OpenGL program
]
tutors
DL : 0
opengl的很好的教学实例,实现的很好,-opengl examples of good teaching and achieve well
Date
:
Size
: 3.01mb
User
:
叶张翔
[
OpenGL program
]
NeHeOpenGL
DL : 0
OpenGL的教程,NEHE编写,参考价值很高,供大家学习交流-OpenGL tutorials, NEHE preparation, a high reference value for the exchange of everyone learning
Date
:
Size
: 622kb
User
:
qwe
[
OpenGL program
]
fire
DL : 0
用OpenGl粒子系统实现的模仿火焰的效果,是通过NEHE教程经过自行改进实现的,对OpenGl的初学者有很大的帮助。-Particle System with OpenGL realize the effect of imitation flame is passed through on their own to improve NEHE Tutorial realize, to the beginners OpenGL has a great help.
Date
:
Size
: 19kb
User
:
陈松南
[
OpenGL program
]
NeHeOpenGL
DL : 0
OpenGl的经典之作,找了好久终于可以上传了。由开山大师NEhe精心打造。-OpenGL classic, look for a long time can finally uploaded. From the mountains to create the master NEhe carefully.
Date
:
Size
: 1.09mb
User
:
shengxiaoyong
[
OpenGL program
]
test11
DL : 0
Well greetings all. For those of you that want to see what we are doing here, you can check it out at the end of my demo/hack Worthless! I am bosco and I will do my best to teach you guys how to do the animated, sine-wave picture. This tutorial is based on NeHe s tutorial #6 and you should have at least that much knowledge. You should download the source package and place the bitmap I ve included in a directory called data where your source code is. Or use your own texture if it s an appropriate size to be used as a texture with OpenGL. First things first. Open Tutorial #6 in Visual C++ and add the following include statement right after the other #include statements. The #include below allows us to work with complex math such as sine and cosine. -Well greetings all. For those of you that want to see what we are doing here, you can check it out at the end of my demo/hack Worthless! I am bosco and I will do my best to teach you guys how to do the animated, sine-wave picture. This tutorial is based on NeHe s tutorial# 6 and you should have at least that much knowledge. You should download the source package and place the bitmap I ve included in a directory called data where your source code is. Or use your own texture if it s an appropriate size to be used as a texture with OpenGL. First things first. Open Tutorial# 6 in Visual C++ and add the following include statement right after the other# include statements. The# include below allows us to work with complex math such as sine and cosine.
Date
:
Size
: 1.28mb
User
:
mwb
«
1
2
...
8
9
10
11
12
13
14
15
16
17
18
...
31
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.