资源列表
Test
- 这是一个在Visual Studio环境开发下 利用mogre 渲染的3D场景,可正确运行。-This is a development environment in Visual Studio using mogre rendering 3D scenes can be run correctly.
Picking
- 思路: 场景中的每个mesh关联到一个唯一的COLOR值。 Pick检测时, 将当前场景渲染到纹理, (在PS中各mesh仅用自己的关键COLOR),即刻取回当前鼠标的位置的COLOR, 查找COLOR就可以知道当前被Pick的Mesh。 使用Render To Texture 的快速Picking, 无需锁住Vertex Buffer进行三角面和射线的相交测试, 仅在读取数据的时候锁住纹理的一个相素, 但是显卡要支持Render To Texture,纹理尺寸必须支持非2的n次方,D3DF
AD7841_6713
- 已经测试好用的6713DSP的ADS7841采样程序-AD7841_6713
LOD
- LOD地形漫游程序,对想学习3维地形编程的来说是很好的参考资料-LOD terrain roaming procedures, want to learn 3-D terrain programming is a good reference for
ply-1.1
- This tool is to read ply files. This format was developed at Stanford University.The code can read ASCII formats big-endian and little-endian byte orders.
GIF
- 做三维图片时,用OPenGL SDK时,如果没有gLUT文件,会出错,本文件可以下载直接使用。
graphics
- 能将给定的图形数据用opengl画出来,如兔子数据,并实现平移,旋转和缩放功能-To a given data opengl graphics drawn, such as the rabbit data, and to achieve translation, rotation and zoom function
ASELOADER
- 用VC写的载入ASE格式的模型,可以教你如何在程序中载入ASE格式的文件,帮助你提高编程技术-the function of this program is to load ASE file and help you improve your programming technology
keyboard3D
- 建立一个三维坐标系,鼠标的四个键u/d/l/r/n/f控制木棒上下左右前后移动-The establishment of a three-dimensional coordinate system, four button mouse u/d/l/r/n/f control stick up and down before and after moving around
Markov
- 马尔科夫随机场的知识点 大家可以参考一下 -no english describing sorry
AlphaTest
- DirectX9中深度测试 不错的程序实例,希望能对大家有帮助-DirectX9 good in-depth testing instance, I hope it can help
02_ComplexSample
- DirectX9粒子系统实现 代码结构很好实现的功能非常实用 如果合理运用可以有效提高3D效果-DirectX9 particle system to achieve a good code structure is very useful if the function can effectively improve the rational use of 3D effects