资源列表
3dexplorer
- 一个射击游戏代码,一个研究生写的,可直接运行,非常有帮助
opengl2007
- opengl超级宝典,电子版。主要介绍vc环境下的opengl实现-opengl book, the electronic version. Vc introduced in the context of achieving opengl
scatteringchengxu
- 有关海面和目标的散射程序,主要是海面对太阳和天空的镜像散射的实例。-The target surface and the scattering process, the main face of the sun and the sky is the sea scattering mirror instance.
transform_test
- 该源码转换一张照片。使得拍摄的照片转正,用到Opgl的纹理映射模块。-The source code to convert a photo. Positive, makes photographs used Opgl texture mapping module.
openscenegraph-all-2.8.2-win32-x86-vc90-Release.zi
- OSG2.8.2可以用于编译OSG 工程,可以编译为开发环境.-OSG2.8.2
Learn-OpenGLES-Tutorials
- this is source code example opengl es
ms3dopengl
- ms3d模型加载 使用opengl c++ 完成 demo分享-opengl c++ ms3d
opengl-ppt-part9_11
- 香港一所大学讲解OpenGL的PPT课件,非常详细,一共有28MB,由于文件较大,防止上传出错,分成三部分,这是9-11章-University of Hong Kong, an OpenGL explain the PPT courseware, very detailed, a total of 28MB, the file is large, to prevent upload errors, divided into three parts, which is 9-11
openglcode
- OpenGL入门实例。囊括各章节源代码。-Getting Started with OpenGL examples. The chapters include the source code.
TanHuangZhenZi
- 用OpenGL做的一个弹簧振子的案例,在visual Studio的软件中。-Use OpenGL to do a spring oscillator case, the software in visual Studio.
radiosity
- 主要是计算机图像学中辐射度算法的实现,希望对学习辐射度算法的同学有帮助-radiosity algorithm
a-shader-to-stroke
- 用GLSL做了一个可以描出物体的边的shader。对物体模型的每一个面算出与镜头方向的夹角,夹角小到一定程度的时候描出边。附录像。-A shader to stroke by GLSL.