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/Base/OSGLightBase.cpp

    r434 r459  
    7777    \ingroup GrpSystemNodeCoresLights 
    7878 
    79     Light is the base class for all the light source nodes. It contains the 
    80     field for the general light source attributes (AmbientColor, 
    81     DiffuseColor, SpecularColor, Beacon). The Beacon defines the reference 
    82     coordinate system for the lightsource, while the position in the graph 
    83     defines the objects that are lit. 
     79    Light is the base class for all the light source nodes. 
     80    It contains the field for the general light source attributes 
     81    (AmbientColor, DiffuseColor, SpecularColor, Beacon). The Beacon 
     82    defines the reference coordinate system for the lightsource, while 
     83    the position in the graph defines the objects that are lit. 
    8484 */ 
    8585 
     
    9191    The light's ambient component. 
    9292*/ 
     93 
    9394/*! \var Color4r         LightBase::_sfDiffuse 
    9495    The light's diffuse color. 
    9596*/ 
     97 
    9698/*! \var Color4r         LightBase::_sfSpecular 
    9799    The light's specular color. 
    98100*/ 
     101 
    99102/*! \var NodePtr         LightBase::_sfBeacon 
    100103     
    101104*/ 
     105 
    102106/*! \var bool            LightBase::_sfOn 
    103107     
    104108*/ 
     109 
    105110/*! \var Real            LightBase::_sfConstantAttenuation 
    106111    The light's constant attenuation. 
    107112*/ 
     113 
    108114/*! \var Real            LightBase::_sfLinearAttenuation 
    109115    The light's linear attenuation. 
    110116*/ 
     117 
    111118/*! \var Real            LightBase::_sfQuadraticAttenuation 
    112119    The light's quadratic attenuation. 
    113120*/ 
     121 
    114122/*! \var LightEnginePtr  LightBase::_sfLightEngine 
    115123     
    116124*/ 
     125 
    117126 
    118127void LightBase::classDescInserter(TypeObject &oType) 
     
    417426    "</FieldContainer>\n", 
    418427    "\\ingroup GrpSystemNodeCoresLights\n" 
     428    "\n" 
    419429    "Light is the base class for all the light source nodes.\n" 
    420430    "It contains the field for the general light source attributes\n"