资源列表
water_reflect2
- 水面反射和折射,提供源代码,通过下面几步实现: 1.设定一个附加裁减平面 2. 并把摄像机位置设置到当然视点对称的位置, 渲染平面以上部分到一个纹理. 3. 将反射平面的顶点传入VS, 并乘以投影矩阵.得到平面投影点的坐标. 4. 将上述插值传入PS, 并同时除以W, 并(projCoord+1.0f)*0.5f. 5. 再查询渲染得到的纹理, 并加入点噪声, 有水波纹的效果. -surface reflection and refraction, providing
solo
- this show solar system rotation which help of this user understand joint rotation in animation-this show solar system rotation which help of this user understand joint rotation in animation
plotball
- 用OpenGL画球3D动态c++编程很好用,书上的例子-Dynamic 3D with OpenGL draw the ball a good c++ programming with the book' s examples
OpenGL-Tutorial-for-beginners
- openGL初级教程,以前搜集的资料,看过之后进行了编辑。-The openGL junior tutorial, before the information collected, after reading the editorial.
opengl_qt_simple_draw
- 本文来讲讲怎样使用opengl来画平面几何图形,这一节本来是很简单的,因为某些问题都弄大半天了。当然,这还是按照NeHe的教程来的学习的。 这次实现的功能是在窗口中画一个三角形,一个矩形,一个圆形。 下面来看看怎么绘制平面几何图形。在设置好需要画的几何图形的属性后,比如颜色信息,就以glBegin()开始,以glEnd()结束,glBegin()中的参数为所画几何图形的类型,比如说GL_ TRIANGLES代表三角形,GL_QUADS为矩形等等。 在glBegin()
Light
- 通过VC++6.0和OpenGL绘制了可以调节的立方体光照模型,其参数可以人为通过对话框设置。
ogl_cg_anisotropic_lighting
- 这是一个opengl开发的 各向灯光效果 可以多方面多角度观察-This a opengl to the development of the various lighting effects can be observed from different angles
glut_api_v3
- OpenGL附加工具软件GLUT的API手册,介绍调试开发OpenGL程序时,如何方便地显示绘制图像-Additional tools GLUT OpenGL API for manual describing development of OpenGL program debugging, how to easily draw the image display
SphereWorld
- OpenGL里编写的自动旋转的花托,与绕着花托旋转的漂浮球体。花托与球体使用了贴图。这些都在一个反光的大理石地板上放。视角可以随着方向键移动。-OpenGL in the preparation of automatic rotation of the receptacle, and float around the torus rotating sphere. Torus and sphere using maps. These are in a reflective marble floor
fangjianyingying
- 简单的家居,利用opengl和vc编程,应用了opengl的纹理-simple home, and use opengl vc programming, application of the texture opengl
PlanarShadow
- OpenGL绘制物体阴影源码,用类封装,代码均有中文注释,有完整的代码书写规范,VC++ 2010 下运行-OpenGL rendering shadow object source, with the class package, the code comments are Chinese, there is a complete code written specification, VC++ 2010 run
959978
- Graphics processing source code
