class csLightView This structure represents all information needed for static lighting
| | callback A callback function |
| | callback_data Userdata belonging to the callback. |
| | dynamic If this structure is used for dynamic light frustrum calculation then this flag is true |
| | gouraud_color_reset If 'true' then the gouraud vertices need to be initialized (set to black) first |
| | gouraud_only If only gouraud shading should be updated then this flag is true |
| | l The light that we're processing. |
| | light_frustrum The frustrum for the light |
| | mirror If space is mirrored. |
| | r The current color of the light |
| | shadows The list of shadow frustrums |
| | csLightView () |
| | ~csLightView () |
This structure represents all information needed for static lighting. It is the basic information block that is passed between the various static lighting routines.
float r
bool mirror
bool dynamic
bool gouraud_only
bool gouraud_color_reset
csFrustrum* light_frustrum
csFrustrumList shadows
csLightingFunc* callback
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de