GLSL Programming/Phong Reflection Model
Tools
General
Sister projects
In other projects
This section is a stub. You can help Wikibooks byexpanding it. |
The Phong reflection model (see theWikipedia article) is an illumination model that can be computed very efficiently. A variant of it (the Blinn–Phong reflection model, seeWikipedia article) is implemented in the fixed-function versions of OpenGL and in OpenGL ES 1.x.