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/Misc/OSGBillboardBase.inl

    r2 r54  
    9191} 
    9292 
     93#ifdef OSG_1_COMPAT 
     94inline 
     95Vec3f &BillboardBase::getAxisOfRotation(void) 
     96{ 
     97    return this->editAxisOfRotation(); 
     98} 
     99#endif 
     100 
    93101//! Set the value of the Billboard::_sfAxisOfRotation field. 
    94102inline 
     
    116124} 
    117125 
     126#ifdef OSG_1_COMPAT 
     127inline 
     128bool &BillboardBase::getFocusOnCamera(void) 
     129{ 
     130    return this->editFocusOnCamera(); 
     131} 
     132#endif 
     133 
    118134//! Set the value of the Billboard::_sfFocusOnCamera field. 
    119135inline 
     
    141157} 
    142158 
     159#ifdef OSG_1_COMPAT 
     160inline 
     161bool &BillboardBase::getAlignToScreen(void) 
     162{ 
     163    return this->editAlignToScreen(); 
     164} 
     165#endif 
     166 
    143167//! Set the value of the Billboard::_sfAlignToScreen field. 
    144168inline 
     
    166190} 
    167191 
     192#ifdef OSG_1_COMPAT 
     193inline 
     194Real32 &BillboardBase::getMinAngle(void) 
     195{ 
     196    return this->editMinAngle(); 
     197} 
     198#endif 
     199 
    168200//! Set the value of the Billboard::_sfMinAngle field. 
    169201inline 
     
    190222    return _sfMaxAngle.getValue(); 
    191223} 
     224 
     225#ifdef OSG_1_COMPAT 
     226inline 
     227Real32 &BillboardBase::getMaxAngle(void) 
     228{ 
     229    return this->editMaxAngle(); 
     230} 
     231#endif 
    192232 
    193233//! Set the value of the Billboard::_sfMaxAngle field.