资源列表
Explain_the_function_of_OpenGL_Programming_Guide.r
- OpenGL程序设计函数讲解教程Explain the function of OpenGL Programming Guide-OpenGL Programming Guide function to explain Explain the function of OpenGL Programming Guide
Fractal-KochSurve
- This source code is for OpenGL&Visual C++6.0-This source code is for OpenGL
drawline
- 给定两点用bresenham画任意斜率的斜线,在c++里用opengl实现-Given any two points with the slope of the diagonal bresenham painting, in c++ implementation in use opengl
openglBase
- opengl实现的程序框架,适合初学者学习.-opengl achieve the procedural framework for beginners to learn.
3D-object
- 使用openGL来绘制三维物体,主要用到auxswapbuffers()函数-3D object shows
vp_flight_path
- This sample illustrates how to draw geometry to simulate the flight path of an object. This sample defines the class myApp, which is derived from vpApp, and uses a vsRenderStrategyFrameGeometry to create dynamic path geometry for a F-16 flying around
flat
- OpenGL中的一个简单的flat明暗处理模型,很明显的体现了flat明暗处理。
mymmm
- \"虚拟中国人\"计划这一规模庞大而复杂的系统工程,由中科院、清华大学、北京大学联合发起并提出,中国两院院士、清华大学上个月正式成立的医学院首任院长吴阶平为第一建议人。田捷告诉本社记者,\"虚拟中国人\"计划的基础准备工作已完全就绪,其数据采集工作有两千万元人民币、半年至一年的时间即可完成。-"virtual China" program on the scale and complexity of the project, from the Chinese Academy
9p
- opengl的小例子实现阴影与光滑平面-opengl small examples shadow and achieve smooth plane.
fog
- 基于C++的OpenGL ES的浓雾效果教程-OpenGL ES
VC_OPENGL_programming_code_maze
- VC OPENGL编程实现迷的代码VC OPENGL programming code maze-VC OPENGL programming code maze
csg
- 实现一个由openGL提供的基本体素构成的CSG树。要求设计有意义的物体,包括交、并、差运算。