#include <LightMgr.H>
Static Public Methods | |
| void | parseGlueconfig () |
| void | setHeadPos (Wpt hp) |
| void | setHeadDir (Wvec dir) |
| bool | exists (int light) |
| Wpt | getPos (int light) |
| Wvec | getDir (int light) |
| int | getType (int light) |
| Color | getAmbient (int light) |
| Color | getSpecular (int light) |
| Color | getDiffuse (int light) |
| double | getExponent (int light) |
| double | getCutoff (int light) |
| double | getConstantAtten (int light) |
| double | getLinearAtten (int light) |
| double | getQuadraticAtten (int light) |
| int | numLights () |
Static Protected Attributes | |
| ARRAY< Wpt > | _pos |
| ARRAY< Wvec > | _dir |
| ARRAY< int > | _type |
| ARRAY< bool > | _headTracked |
| ARRAY< Color > | _ambient |
| ARRAY< Color > | _specular |
| ARRAY< Color > | _diffuse |
| ARRAY< double > | _exponent |
| ARRAY< double > | _cutoff |
| ARRAY< double > | _cAtten |
| ARRAY< double > | _lAtten |
| ARRAY< double > | _qAtten |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18