资源列表
CGReport
- 我的计算机图形学期末大作业。优等评分。 使用C++ 从底层实现了深度缓冲、直线、点、曲面的快速绘制算法,附有详细文档和程序说明,并有实例Demo. 实现了遮罩、消隐、投影、透视,完全不用OpenGL和DirectX,是实践底层算法的范例。-My final major work in computer graphics. Excellent score. Use C++ to achieve the depth buffer from the bottom, line, point, t
GIPPPPPPPPP
- 只需要99行就能实现GI,亲测可用,场景问基本康奈尔盒-global illumination in 99 lines of c++
display lists for directx
- This is a directX implementation of display list equivalent in opengl.
DirectXCommandBufferLib-v1
- DirectXCommandBuffer的lib,模拟command buffer的实现-DirectXCommandBuffer impl the command buffer
SFS_Survey_1_00
- Shape from shading(从明暗恢复形状)的几种基本的方法,做3D恢复可以用的到!
Nvidia-_Nature_demo
- Nvidia 自然仿真的demo 有风吹动的草地,地形仿真,及水池,非常漂亮,富含源码,十分值得参考。-Nvidia simulation demo with natural grass blowing in the wind, terrain simulation, and pools, very beautiful, rich source, is worth considering.
seripinski
- seripinski分型算法的演示程序,使用了openGL,同时也可以学习OpenGL-seripinski genotyping algorithm demo program uses OpenGL
duqu-vtk
- 利用VTK开源库实现vtk类型的数据文件读取三维-vtk read vtk
view3dscene
- 浏览3ds格式的文件,用来观看模型,可以直接使用-Browse 3ds file format, to watch the model, can be used directly
gridfitdir
- grid interpolation for 3D reconstructions-grid interpolation(matlab)
gridfitdir
- gridfitdir for surface 3D whith 3 vecors in mathlab
ParticleEngine_demo
- 粒子系统的源码,在图形学中用处很大 Particle System可以说是一种基于物理模型来解决问题的方法 子运动(变化)的规则可以很简单也可以很复杂,这取决你所模拟的对象。举例来说,在对FireWorks(烟火)的模拟中,我们可以让烟火由上百个小的粒子组成,每个粒子都具有以下一些属性及其规则(对各个属性施加不同的规则,就可以获得不同形态的烟火): -Partical engine