资源列表
tessellation.rar
- 网格化[tessellation]即把凹多边形,包含洞,岛的多边型,或者自交叉多边型划分为简单凸多边形的过程.OpenGL为了能快速渲染多边形,只能直接显示简单凸多边形[多边形中任意两点的连线上的所有点仍属于此多边形],对凹多边或者自交叉多边形渲染结果将不确定。在渲染复杂多边形时,常常需要将复杂多边形分解成容易渲染的简单多边形,OpenGL中的使用函数库中提供网格化的函数以通过多边型轮廓线生成简单多边形,从而渲染复杂多边形。 ,Grid [tessellation] that is conca
Nehe41-43.rar
- nehe教程41-43.体积雾.多重视口.在OpenGL中使用FreeType库,nehe Tutorial 41-43. the volume of fog. many great importance to the mouth. in OpenGL using FreeType library
OpenGL.rar
- 绘制了一个四面体、一个正方体、一个六边形图形,配有不同的颜色,让图形旋转!!!,Drawing of a tetrahedron, a cube, a hexagon graph with different colors, so that rotating graphics! ! !
3d.rar
- 参考文献,基于虚拟现实的三维服装展示,硕士毕业论文,References, based on the virtual reality display of three-dimensional apparel, Master' s Thesis
openglsky.rar
- opengl的一个小实例:构造天空和地形,opengl a small example: the sky, and topographic structure
openglshade.rar
- 本实例是一个opengl实时阴影的小实例,代码为买书所得代码,This example is a real-time shadows opengl small examples of code from the code for the books
plane.rar
- OPENGL实现对3DS文件导入的编程实例,飞机模型的导入,OPENGL implementation of the 3DS file into the programming examples, plane model import
lightbox2.02.rar
- 非常漂亮siverlight的图片切换效果,Very beautiful picture of siverlight switching effect
raycasting.rar
- 一个实现Racasting算法的Demo,Algorithm implementation Racasting a Demo
code.rar
- 一个基于特征点的的模型分割的程序,功能很全,A feature point based on segmentation of the model procedures, functions very wide
OpenGLWave.rar
- 一个opengl实例。 该实例演示了一个运动的波形。,An example of opengl. The example of a demonstration sport waveform.
DDABresenham.rar
- 鼠标点击的DDA算法 Bresenham算法,Mouse to click the DDA algorithm Bresenham algorithm
