搜索资源列表
experiment5
- 1,画一个三棱锥(或三棱柱)穿透一个立方体,并用Z_buffer算法消隐,其中立方体和三棱锥的各个面用不同的颜色表示 2,用动画实现穿透的全过程并且实现光照 立方体可以旋转运动 三棱锥可一上下穿透 关键词:Z缓冲器算法 Z向深度缓存算法 Z_buffer Phong光照模型 -a painting a three pyramid (or three prism) penetrating a cube. Z_buffer algorithm using hidden, cube an
bak-ource
- java编写简单3D引擎,可以实现phong和gauraud着色算法。
rgggl11s
- 3D KERNEL by RG is a C++ 3D library. It supports Z-Buffering, Goroud/Phong shading, procedural Textures, etc. and is hardware independent.
MeshRendering
- Mesh Rendering using Direct3D 11 To do. 1. Create a development environment with MFC 2. Program the file opening code 3. Calculate normal vectors for input vertices 4. Phong shading using D3D 5. Texture mapping
3DRenderer
- 自己实现的简单3D渲染器,实现3维模型的消隐、Phong模型等简单光照模型-This is a simple renderer developed by mfc & gdi, which applys Vanishing, phong Model and some other simple illumination models.
phong-shader
- Phong shader from Away3D engine
GraphBall
- 图形学之Phong模型C#实现,含详细注释。-Phong model implemented by C#.
OSGandPHONG
- OSG和CGshader实现的phong光照效果-OSG and CGshader achieve phong lighting effects
Sandy3-1-2_src_docs_rev1141
- Sandy3D是由Thomas Pfeiffer于2005年8月创建的基于flash的3d引擎,拥有as2/3/haxe版本,和友好的文档支持与大量官方的教程。由于某些原因,已经于发布了3.1.2版本之后停止了更新。 特性 剔除视锥 高级阴影效果(Phong, Gouraud, CelShading, flat shading) 友好的材质类,支持透明,支持MovieClip Flash player7 - 10的兼容性 可处理多种流行的3D模型格式(C
