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
]
nehe_opengl_chs
DL : 0
NEHE完整教程,对学习openGL非常有帮助-NEHE complete tutorial on openGL study very helpful
Date
:
Size
: 933kb
User
:
李林尧
[
OpenGL program
]
texture
DL : 0
NEHE教程,练习贴图的opengl代码-Mapping exercises of the opengl code
Date
:
Size
: 51kb
User
:
ofootball
[
OpenGL program
]
Lesson48
DL : 0
著名OPENGL教程NEHE中的部分代码。-OPENGL famous NEHE some tutorial code.
Date
:
Size
: 36kb
User
:
ofootball
[
OpenGL program
]
Lesson47
DL : 0
著名OPENGL教程NEHE的源代码,Lessons47-OPENGL famous NEHE tutorial' s source code, Lessons47
Date
:
Size
: 30kb
User
:
ofootball
[
OpenGL program
]
Lesson46
DL : 0
著名OPENGL教程NEHE的源代码,Lesson-OPENGL famous NEHE tutorial' s source code, Lesson
Date
:
Size
: 30kb
User
:
ofootball
[
OpenGL program
]
Lesson45
DL : 0
著名OPENGL教程NEHE的源代码,Lesson45-OPENGL famous NEHE tutorial' s source code, Lesson45
Date
:
Size
: 190kb
User
:
ofootball
[
OpenGL program
]
Lesson44
DL : 0
著名OPENGL教程NEHE的源代码,Lesson-OPENGL famous NEHE tutorial' s source code, Lesson
Date
:
Size
: 76kb
User
:
ofootball
[
OpenGL program
]
NeHeTutorials_A4_Book
DL : 0
Nehed 的48课OpenGL全套教程,pdf原版。绝对经典-NEHE s 48 lessons of OpenGL
Date
:
Size
: 2.41mb
User
:
haha
[
OpenGL program
]
NeheOpenGLchinese
DL : 0
大名鼎鼎NEHE的OPENGL经典教材中文版,共48课,三维游戏开发人员必读,研究完本教材后相信你的三维编程能力突飞猛进-OPENGL famous NEHE the English version of the classic textbook, a total of 48 lessons, three-dimensional game developers must-read study after the End of the materials you trust the ability of the three-dimensional programming by leaps and bounds! !
Date
:
Size
: 2.36mb
User
:
李永冰
[
OpenGL program
]
Snowopen
DL : 0
程序演示了MFC开发OpenGL的框架,和演示如在OpenGL访问封装在可执行文件中的资源,这一个程序是参考NeHe改写而成,对用MFC写OpenGL程序有很好指导作用。 -Procedures demonstrated MFC framework for the development of OpenGL and OpenGL demo visit in the executable file in the package of resources, which is a reference to a procedure adapted from NeHe to use MFC to write a good OpenGL program guide.
Date
:
Size
: 138kb
User
:
yan
[
OpenGL program
]
neheopngl
DL : 0
nehe的opengl基础教程,很不错哦-opengl of course based on nehe, oh well
Date
:
Size
: 8.84mb
User
:
安迪生
[
OpenGL program
]
NeHeopengl_Tutorial
DL : 0
简单明了通俗易懂的经典的OpenGL的NEHE教程-Opengl Tutorial
Date
:
Size
: 4.6mb
User
:
卢继磊
[
OpenGL program
]
NeHeOpenGL
DL : 0
NEHE教程所有源码,对学习OpenGL的初学者有很大的帮助。-#include <windows.h> // Header File For Windows #include <gl\gl.h> // Header File For The OpenGL32 Library #include <gl\glu.h> // Header File For The GLu32 Library #include <gl\glaux.h> // Header File For The Glaux Library HDC hDC=NULL // Private GDI Device Context HGLRC hRC=NULL // Permanent Rendering Context HWND hWnd=NULL // Holds Our Window Handle HINSTANCE hInstance // Holds The Instance Of The Application bool keys[256] // Array Used For The Keyboard Routine bool active=TRUE // Window Active Flag Set To TRUE By Default bool fullscreen=TRUE // Fullscreen Flag Set To Fullscreen Mode By Default LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM) // Declaration For WndProc GLvoid ReSizeGLScene(GLsizei width, GLsizei height) // Resize And Initialize The GL Window { if (height==0) // Prevent A Divide By Zero By { height=1 // Making Height Equal One } glViewport(0,0,width,height)
Date
:
Size
: 11.37mb
User
:
任龙
[
OpenGL program
]
nehechm
DL : 0
nehe完整教程,学opengl必看的。有难度,不过才有挑战-nehe complete tutorial, opengl must-see places. Difficult, but the challenge is
Date
:
Size
: 2.36mb
User
:
张邦雄
[
OpenGL program
]
TDDOWNLOAD
DL : 0
nehe教程中的部分代码,对学习opengl有很达的帮助,大家一起学习吧-Tutorial nehe some code, opengl learning there are up to help everyone to learn it
Date
:
Size
: 5.36mb
User
:
张邦雄
[
OpenGL program
]
Lesson1
DL : 0
OpenGL学习 NeHe基础代码lessons1 创建一个OpenGL窗口-NeHe code to learn the basis of OpenGL to create a OpenGL window lessons1
Date
:
Size
: 2.02mb
User
:
m1q1
[
OpenGL program
]
Lesson2
DL : 0
OpenGL学习 Nehe基本教材lesson2-Nehe learning OpenGL basic materials lesson2
Date
:
Size
: 661kb
User
:
m1q1
[
OpenGL program
]
Lesson3
DL : 0
OpenGL学习 NeHe基础教程lessons3-OpenGL study based on NeHe Tutorial lessons3
Date
:
Size
: 794kb
User
:
m1q1
[
OpenGL program
]
Lesson4
DL : 0
OpenGL学习资料 NeHe基础教程lesson4-OpenGL learning materials based on NeHe Tutorial lesson4
Date
:
Size
: 25kb
User
:
m1q1
[
OpenGL program
]
Lesson5
DL : 0
OpenGL学习资料 NeHe基础教程lesson5-OpenGL learning materials based on NeHe Tutorial lesson4
Date
:
Size
: 28kb
User
:
m1q1
«
1
2
...
21
22
23
24
25
26
27
28
29
30
31
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.