Show
Ignore:
Timestamp:
12/29/06 10:28:00 (2 years ago)
Author:
cneumann
Message:

- regenerated all base files to include the full set

of access functions for non-ptr mfields.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Groups/Light/OSGPointLightBase.cpp

    r433 r459  
    7575    PointLight is a located lightsource. The position of the light source 
    7676    (in the beacon's coordinate system) is defined by the \c position 
    77     attribute. The influence of the light diminishes with distance, 
    78     controlled by the \c constantAttenuation, \c linearAttenuation and \c 
     77    attribute. The influence of the light diminishes with distance, controlled 
     78    by the \c constantAttenuation, \c linearAttenuation and \c 
    7979    quadraticAttenuation attributes. 
    8080 */ 
     
    8787     
    8888*/ 
     89 
    8990 
    9091void PointLightBase::classDescInserter(TypeObject &oType) 
     
    200201 
    201202 
     203 
     204 
    202205/*------------------------------ access -----------------------------------*/ 
    203206