OpenGL Fog CoordinateExtension
User-supplied per-vertex fog distance
- Normally, OpenGL computes the fog distance automatically
- EXT_fog_coord extension allows application to supply the fog distance at each vertex via glFogCoord1fEXT
- OpenGL interpolates fog distance
- and computes the fog factor per-fragment using OpenGL fog mode (exponentiates)