RenderOptions Struct Reference
Options for OpenGL rendering of Geoms.
More...
#include <RenderOptions.hh>
List of all members.
Detailed Description
Options for OpenGL rendering of Geoms.
Rendering options are passed to each Geom during the Render() call; the options control such things as whether or not textures should be rendered.
Member Data Documentation
|
Polygon rendering mode; e.g., GL_LINE or GL_FILL.
|
|
Shade model; e.g. GL_SMOOTH or GL_FLAT.
|
|
Camera index; filled in by camera so geoms can manage display lists |
|
Camera pose; filled in by camera so geoms can clip stuff that is far from the camera. |
|
Camera far clip distance; useful for culling.
|
The documentation for this struct was generated from the following file:
Last updated 12 September 2005 21:38:45
|