- Timestamp:
- 12/29/06 10:28:00 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Groups/Light/OSGSpotLightBase.cpp
r433 r459 77 77 attribute, its direction by the \c direction attribute. The spot has an 78 78 exponential fallof, controlled by the \c spotExponent attribute and a 79 maximum opening angle, defined by the \c spotCutOff attribute. The80 influence of the light diminishes with distance, controlled by the \c81 constantAttenuation, \c linearAttenuation and \c quadraticAttenuation82 attributes.79 maximum opening angle, defined by the \c spotCutOff attribute. 80 The influence of the light diminishes with distance, controlled 81 by the \c constantAttenuation, \c linearAttenuation and \c 82 quadraticAttenuation attributes. 83 83 */ 84 84 … … 90 90 91 91 */ 92 92 93 /*! \var Real SpotLightBase::_sfSpotExponent 93 94 The drop-off exponent of the spotlight. 94 95 */ 96 95 97 /*! \var Real SpotLightBase::_sfSpotCutOff 96 98 The cut-off angle of the spotlight (in radians, not degrees!). 97 99 */ 100 98 101 99 102 void SpotLightBase::classDescInserter(TypeObject &oType) … … 315 318 316 319 320 321 317 322 /*------------------------------ access -----------------------------------*/ 318 323
