First page Back Continue Last page Overview Graphics
Vertex/Fragment Programs
Overview
- Vertex programs replace the standard OpenGL modelview/projection transformations, lighting, texture coordinate generation, and per-vertex fog computations.
- Fragment programs replace the standard OpenGL texture, per-pixel fog and secondary color computations.
Allows new geometric and shading effects, etc.
Sci-Vis applications?