搜索资源列表
opengl_mksw
- opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装
OpenGLGameProgramming源码
- OpenGL Game Programming 一书的源代码,相当具有参考价值!包含书中的所有的例子! Beginning OpenGL Game Programming(OpenGl游戏程序设计高级入门),说高级是因为这本书确实不同一般,深入讲解OpenGL的游戏开发过程.而说是入门教程:它是一步一步的引导读者去学习.从最基础到高级. GameDev.net的两个站长写的书,这本书不只提供了一个极好的OPENGL的入门,而是整体讲述了3D程序设计. 本书是对OpenGL开发
celshading
- This program displays a torus rendered with "cartoon lighting". The dot product between the normal and light vector is performed in object space, and used as a lookup into a 1D texture with "sharp lighting" values. The dot product is computed manuall
NeheOpenGL
- 学习opengl的经典教程,整个教程由nehe制作,课程内容由dancingwind(周炜)以及gamedev和csdn的志愿者翻译最早的翻译应该是由CKER完成的(1~12章) -Learning opengl classic guide, the production of the entire tutorial from nehe course content from the first translation of the dancingwind (Zhou Wei) and g
CH4
- 这个程序构建了一个SP4杂化轨道的电子云,以及空间充满的电子云。 四个不同颜色小球可以看作都是氢原子,或者其他四个不同侧链。 通过按键:上,下,左,右,Home,PageUp,Pagedown,End,以及T,Y,G,H,B,N;可以控制模型的前后左右上下移动,以及任意角度旋转。 程序在Nehe 教程附带的源代码基础上修改而来,感谢Jeff Molofee (aka NeHe,nehe.gamedev.net)的工作!感谢dancingwind(周炜)以及gamedev和csd
ir-vibration
- 这个程序模拟红外振动,通过按1,2,3,4,5键,模拟对称伸缩、剪切、摇摆、不对称伸缩、卷曲、面外摇摆。 通过按键:Q,W,A,S,Z,X,以及T,Y,G,H,B,N;可以控制模型的前后左右上下移动,以及任意角度旋转。 程序在Nehe 教程附带的源代码基础上修改而来,感谢Jeff Molofee (aka NeHe,nehe.gamedev.net)的工作!感谢dancingwind(周炜)以及gamedev和csdn的志愿者翻译的中文教程! 程序用Dev-C++ Ver
opengl_qt_test
- 本次试验的目的很简单,只是显示一个窗口,可以通过F1键值来切换全屏显示和普通屏显示,并当按下ESE键时退出程序。窗口的颜色背景和透视效果(其实该试验都没用上)等用opengl来实现,主要是为后面的学习写了个框架,其实这里主要是重写了3个函数:initializeGL() paintGL() resizeGL() 这3个函数都是QGLWidget内部的虚函数。 本次试验是按照网络上NeHe写的最著名的opengl英文教程:http://nehe.gamedev.net/ 和对应的中文教程:ht
NeHe_OpenGL1
- 整个教程由nehe制作 课程内容由dancingwind(周炜)以及gamedev和csdn的志愿者翻译 最早的翻译应该是由CKER完成的(1~12章) 注:本教程经dancingwind授权发布于imyaker.com dancingwind获得Nehe授权-Entire the tutorial by nehe production course content by dancingwind (Zhou Wei) and gamedev and csd
NeHe_OpenGL2
- 整个教程由nehe制作 课程内容由dancingwind(周炜)以及gamedev和csdn的志愿者翻译 最早的翻译应该是由CKER完成的(1~12章) 注:本教程经dancingwind授权发布于imyaker.com dancingwind获得Nehe授权-Entire the tutorial by nehe production course content by dancingwind (Zhou Wei) and gamedev and csd
11
- 绘制一个小的正方形,用键盘的上下左右键控制其进行相应的运动。-/* * This Code Was Created By Jeff Molofee 2000 * A HUGE Thanks To Fredric Echols For Cleaning Up * And Optimizing The Base Code, Making It More Flexible! * If You ve Found This Code Useful, Please Let Me Kn
NeHe_openGL
- NeHe OpenGL教程中文版 整个教程由nehe制作 课程内容由dancingwind(周炜)以及gamedev和csdn的志愿者翻译-NeHe OpenGL Tutorials Chinese version