搜索资源列表
shading
- MATLAB Code for Shape from Shading
phong
- Gouraud明暗处理的一个简单程序,使用OpenGl和Vc++实现,表面光滑的球体。-Gouraud shading of a simple procedure, the use of OpenGl and Vc++ realization of the spherical surface.
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
[Computer-Graphics---Seminar]Phong-Shading
- Phong shading in vietnamese
016_Per_Pixel_Lighting
- Per_Pixel_Lighting Per-pixel lighting is commonly used with other computer graphics techniques to help improve render quality, including bump mapping, specularity, phong shading, and shadow volumes.
engine3d
- This source code demonstrates the techniques used to handle 3D graphics from scratch - without using an API such as OpenGL. The code includes Gouraud and Phong shading, which gives much better quality than flat shading for curved surfaces. Also inclu
Phong-Shading
- phong shading reflection phong
Illumination
- 光照模型的完整源码,内含Gouraud和phong两种明暗处理。-Complete source of illumination model, to containing Gouraud and phong two-shading.
illumination-model-
- 熟练掌握光照模型的基本原理,尤其要了解简单光照模型的计算方法,深刻领会Gouraud明暗处理和Phong明暗处理的原理和算法。-Master the basic principles of illumination model, in particular, to understand the simple illumination model calculation, a profound understanding of Gouraud shading and Phong shading p
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
Phong-shading-light
- 球面Phong明暗处理光照算法,VC6.0上用MFC编程实现分形灌木丛L系统模型算法。界面简单,内容完整。下载后可以直接使用。-Phong shading spherical illumination algorithms implemented in the VC6.0 MFC programming fractal bush L system model algorithm. The interface is simple, content and complete. It can be u
Phong
- 计算机图形学,球面明暗处理算法,vc++实现-Computer graphics, spherical shading algorithm, vc++ Realize
tp-2
- phong shading using GLSL and visual C-phong shading using GLSL and visual C++
Phong-shading-and-texture-maping
- Phong shading 和 texture mapping的基础实现(A basic implement of Phong Shading and texture mapping)