- Timestamp:
- 12/29/06 10:28:00 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Groups/Light/OSGPointLightBase.cpp
r433 r459 75 75 PointLight is a located lightsource. The position of the light source 76 76 (in the beacon's coordinate system) is defined by the \c position 77 attribute. The influence of the light diminishes with distance, 78 controlledby the \c constantAttenuation, \c linearAttenuation and \c77 attribute. The influence of the light diminishes with distance, controlled 78 by the \c constantAttenuation, \c linearAttenuation and \c 79 79 quadraticAttenuation attributes. 80 80 */ … … 87 87 88 88 */ 89 89 90 90 91 void PointLightBase::classDescInserter(TypeObject &oType) … … 200 201 201 202 203 204 202 205 /*------------------------------ access -----------------------------------*/ 203 206
