Show
Ignore:
Timestamp:
09/06/06 00:48:55 (2 years ago)
Author:
vossg
Message:

fixed : missing symbols (compat mode)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Groups/Light/OSGSpotLightBase.inl

    r2 r54  
    9191} 
    9292 
     93#ifdef OSG_1_COMPAT 
     94inline 
     95Vec3r &SpotLightBase::getDirection(void) 
     96{ 
     97    return this->editDirection(); 
     98} 
     99#endif 
     100 
    93101//! Set the value of the SpotLight::_sfDirection field. 
    94102inline 
     
    116124} 
    117125 
     126#ifdef OSG_1_COMPAT 
     127inline 
     128Real &SpotLightBase::getSpotExponent(void) 
     129{ 
     130    return this->editSpotExponent(); 
     131} 
     132#endif 
     133 
    118134//! Set the value of the SpotLight::_sfSpotExponent field. 
    119135inline 
     
    140156    return _sfSpotCutOff.getValue(); 
    141157} 
     158 
     159#ifdef OSG_1_COMPAT 
     160inline 
     161Real &SpotLightBase::getSpotCutOff(void) 
     162{ 
     163    return this->editSpotCutOff(); 
     164} 
     165#endif 
    142166 
    143167//! Set the value of the SpotLight::_sfSpotCutOff field.