资源列表
OGL_motionblur
- 运动模糊(Motion Blur)效果演示 运动模糊是一种常见的运动效果处理手法, 由于眼睛的视觉暂留现象,会在视觉上形成一个拖影效果. 在OpenGL中利用渲染到纹理技术, 依次不时间序列里面的连续若干帧的图象,依次渲染到纹理里面, 然后在alpha混合呈现在屏幕上面,就形成了motion blur效果.-Motion Blur (Motion Blur) Motion Blur effects demo is a common effect of the campaign to
ogl_pickray
- 射线选择演示 通过使用glunproject(), 可以将平面的2D坐标,转换成空间的3D坐标. 所以我们使用glunproject()将鼠标的光标坐标转换成空间的坐标,这样就可以实现鼠标的选取 -ray choice demonstration through the use of glunproject (), can be a 2D plane coordinates, converted into space for the three D coordinates. So w
LodDemo
- 很好的LOD显示源代码。进行OpenGL编程必须。-good show source code. OpenGL Programming must.
opengl_pixelfont
- 在OGL环境下改写的点阵字库显示程序,可以用于OGL环境下的文字输出.-the OGL environment rewrite the lattice character display program, which can be used under the OGL text output.
water_reflect2
- 水面反射和折射,提供源代码,通过下面几步实现: 1.设定一个附加裁减平面 2. 并把摄像机位置设置到当然视点对称的位置, 渲染平面以上部分到一个纹理. 3. 将反射平面的顶点传入VS, 并乘以投影矩阵.得到平面投影点的坐标. 4. 将上述插值传入PS, 并同时除以W, 并(projCoord+1.0f)*0.5f. 5. 再查询渲染得到的纹理, 并加入点噪声, 有水波纹的效果. -surface reflection and refraction, providing
opengl_scene_demo
- 自己写的多线程OPENGL程序,实现了后台资源加载,从JPEG,PNG文件创建纹理,保存屏幕截图,从高度图创建地形, 加载3DS模型,视锥剔除,球型天空顶,中文显示等。中文注释-yourself writing multithreaded OpenGL procedures, the background resource loading, JPEG, PNG file creation texture, preservation Screenshots, created from the
VIEW_3DS_SCR
- 转换3DS模型为OpenGL 源文件需要使用一个工具和他的源代码,它会在当前目录生成三维模型的OpenGL文件,包括与模型同名的两个文件. h和. gl。-conversion OpenGL 3D model of the source documents for the use of a tool and the source code, It will be generated in the current directory of OpenGL 3D model documents, in
read-DXFFILE
- 一个读取DXF文件的工具,有示例,有源代码,对某些需要与Autocad进行图形学接口编程的朋友有十分重要的工具,我可以千般辛苦找来的。-a read DXF files tools, example, the active code, certain needs and Autocad graphics interface for programming and friends very important tool, I can offer all kinds of hard to find.
2d_easydraw
- 一个用VC6.0编写的二维画图软件。您可以学学人家的界面与设计方法-VC6.0 prepared using a two-dimensional drawing software. You can learn from other people's interface and design method
springtest-src-02-10-05
- 一个基于弹簧质点模型的服装仿真源代码。是学习服装仿真的学习好资料-a spring-mass model based on the clothing simulation source code. Learning clothing simulation study data
scatter3d_demo
- 一个三维演示程序,他可以打开多个用文本文件编辑的三维点数据。 同时可以以多种视图演示。可以用旋转,多视角察看-a 3D demo program, he can open up a number of editing text files with the 3D point data. Also able to view a variety of demonstrations. Can rotate more Perspective View
2d_graphsoft
- 一个很好的二维图形毕业设计演示系统. 包含了各种曲线的生成,直线生成。-a good 2D graphic design graduate Demonstration System. Includes a variety of the production curve, a straight line formation.
