搜索资源列表
计算机图形学算法演示.rar
- 这是一个简单的图形学算法的演示-This is a simple demonstration of the graphics algorithm
OpenGL动画演示(包含代码)
- 包含魔幻、膨胀球体、瀑布、数字世界、水波模拟、效果综合、算法集合7个演示,并富有源代码-contains magic and inflating ball, waterfalls and the digital world, the wave simulation, integrated effects, the algorithm set seven presentations, and rich source code
juju
- 一个Demo(演示MD2调用、影子做法、gluUnProject用法,含源码), 影子的实现算法还不是很完美。应用只局限于在平面上而不能在曲面上。-a Demo (demo MD2 called shadow, gluUnProject usage, including source code), the shadow of the algorithm is not perfect. Application confined to the flat surface and not on the
jisuanjituxingxue
- 用VC实现计算机图形学的各种算法,另外还具有演示基本三维图形的效果(使用的是OpenGL)-with VC's computer graphics algorithms, but also have demonstrated basic 3D graphics effects (using the OpenGL)
cg_lizixitong01
- 计算机图形学中的三维几何造型之粒子系统生成的算法演示,做的很棒的。-computer graphics of 3D Geometric Modeling particle system, an algorithm was demonstrated, so terrific.
openglxibaofenlie
- opengl的细胞分裂演示程序。可以当作教学使用。使用一定的生灭算法。-opengl demonstration of the cell division process. Can be used as teaching. The use of certain birth and death algorithm.
计算机图形学算法演示
- 这是一个简单的图形学算法的演示-This is a simple demonstration of the graphics algorithm
test_troi
- 判断两个模型是否碰撞,并具体模拟演示碰撞过程和汇报碰撞的结果,以验证本文提出的OBB层次结构和算法的可行性。此模型实例描述的是两个对象的碰撞,一个静止,而另外一个处于运动状态,他们发生碰撞的时候,就进行相应的处理。-judge whether the two model collisions, and specific demonstration of the collision process simulation and reporting the results of the collis
2085_705548
- 为了更好的学习管理OpenGL or Direct3D撰写的各种3D图形算法演示
fog
- OpengGL游戏编程例程,演示场景雾化的效果,强烈增强场景真实性,代码中的算法值得学习。
scanexample
- 基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。-on opengl polygon scan algorithm demonstration system that can demonstrate Polygon Fill out the process of scanning line scan results, dynamic demo out.
Radiosity
- 光能传递算法,网上搜集的,在研究3D阴影生成的可以参考下, OpenGL做的演示-Radiosity algorithms, online collection, and 3D shadows generated in the study can refer to, OpenGL demo made
HanNuoTa
- 汉诺塔算法演示,用OPENGL开发,每点击一次鼠标左键可以看到演示的每一步,点击右键复原。-Tower of Hanoi algorithm demo with OPENGL development, each click the left mouse button to see a demonstration of every step, right-click recovery.
ClipmapTerrain2
- Clipmap 简单的算法演示,很有研究价值。 是制作大地形的极佳算法。-Clipmap method ,is very good to stud。
OpenGL_3D_graphics_algorithms_demonstrate_a_variet
- OpenGL各种3D图形算法演示教程实例OpenGL 3D graphics algorithms demonstrate a variety of tutorial examples-OpenGL 3D graphics algorithms demonstrate a variety of tutorial examples of OpenGL 3D graphics algorithms demonstrate a variety of tutorial examples
bsp doom
- BSP算法演示。内附可执行文件,模拟在迷宫中行走-This is my simple leafy BSP tree demo. Its nothing spectacular but it gives you an idea about how to build the tree and render it from back to front (no depth buffer needed).
layout
- 基于引力-斥力模型的图分布算法演示程序。 包含2d和3d两种模式。可执行程序和源代码。 -Gravity- repulsion model diagram distribution algorithm demo program. Includes 2d and 3d modes. Executable programs and source code.
HanNuoTa
- 汉诺塔算法演示,用OPENGL开发,每点击一次鼠标左键可以看到演示的每一步,点击右键复原。-Tower of Hanoi algorithm demo with OPENGL development, each click the left mouse button to see a demonstration of every step, right-click recovery.
ihemterminal
- 自编的图形学算法演示软件,帮助学习计算机图形学-Graphics algorithm demo software is compiled in order to help learn computer graphics
纹理贴面算法示例程序
- 许多游戏和模拟程序,经常使用大纹理作为墙壁、地板或地形。大纹理占用较大的存储空间,在载入和渲染其间也会消耗大量带宽,由于大多数显卡都会给单个纹理大小设置上限。本文是基于这些纹理的这些问题,在压缩纹理之外给出的一种解决方案:纹理贴面(title)的演示程序。