资源列表
VR_exp
- OpenGL虚拟现实实验 包含实验详细报告及源代码
redbook
- OpenGL红宝书 OpenGL Programming Guide (Addison-Wesley Publishing Company)
renyijiaoduxuanzhuan
- opengl自由旋转模型的例子 效果很好 可以实现模型的任意 轴向旋转
(1)Smoke
- OpenGL 烟雾演示 delphi版本的 可以很方便的转化为vc版 演示效果很真实
mapedit_2
- 地图编辑器 地图编辑器
SolarModel_src_2_0
- The Solar Model is real time modeling of solar system. It allows user to navigate in space, to control time counting (speed-up time flow) and estimate movement of space bodies, bind camera to space objects (for example, from Moon on Earth in real ti
boswars-2.4.1-src
- RTS game source code
as2.0amlabfire
- as2.0 模拟火焰 import flash.display.* import flash.filters.* import flash.geom.* import de.popforge.bitmap.Shape Shape.setContainer( this.createEmptyMovieClip( shapes , 10000 ) ) //-- get blue circle as a bitmap var blueSpotCl
Spherical_Harmonic_Lighting
- 使用球面调和来求解环境光照,非常好的源码。
oglu_per_vertex_reflective_environment_mapping
- 环境贴图,environment-mapping,逐顶点方法
oglu_per_pixel_reflective_environment_mapping
- 环境贴图,environment_mapping,逐像素方法
ogl_occlusion_query_nv
- nv最新扩展 gl_occlussion_query 实现遮挡查询,比原来的z-buffer方法更加简单