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/OSGSpotLightBase.cpp

    r433 r459  
    7777    attribute, its direction by the \c direction attribute. The spot has an 
    7878    exponential fallof, controlled by the \c spotExponent attribute and a 
    79     maximum opening angle, defined by the \c spotCutOff attribute. The 
    80     influence of the light diminishes with distance, controlled by the \c 
    81     constantAttenuation, \c linearAttenuation and \c quadraticAttenuation 
    82     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. 
    8383 */ 
    8484 
     
    9090     
    9191*/ 
     92 
    9293/*! \var Real            SpotLightBase::_sfSpotExponent 
    9394    The drop-off exponent of the spotlight. 
    9495*/ 
     96 
    9597/*! \var Real            SpotLightBase::_sfSpotCutOff 
    9698    The cut-off angle of the spotlight (in radians, not degrees!). 
    9799*/ 
     100 
    98101 
    99102void SpotLightBase::classDescInserter(TypeObject &oType) 
     
    315318 
    316319 
     320 
     321 
    317322/*------------------------------ access -----------------------------------*/ 
    318323