- Timestamp:
- 09/06/06 00:48:55 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Groups/Misc/OSGBillboardBase.inl
r2 r54 91 91 } 92 92 93 #ifdef OSG_1_COMPAT 94 inline 95 Vec3f &BillboardBase::getAxisOfRotation(void) 96 { 97 return this->editAxisOfRotation(); 98 } 99 #endif 100 93 101 //! Set the value of the Billboard::_sfAxisOfRotation field. 94 102 inline … … 116 124 } 117 125 126 #ifdef OSG_1_COMPAT 127 inline 128 bool &BillboardBase::getFocusOnCamera(void) 129 { 130 return this->editFocusOnCamera(); 131 } 132 #endif 133 118 134 //! Set the value of the Billboard::_sfFocusOnCamera field. 119 135 inline … … 141 157 } 142 158 159 #ifdef OSG_1_COMPAT 160 inline 161 bool &BillboardBase::getAlignToScreen(void) 162 { 163 return this->editAlignToScreen(); 164 } 165 #endif 166 143 167 //! Set the value of the Billboard::_sfAlignToScreen field. 144 168 inline … … 166 190 } 167 191 192 #ifdef OSG_1_COMPAT 193 inline 194 Real32 &BillboardBase::getMinAngle(void) 195 { 196 return this->editMinAngle(); 197 } 198 #endif 199 168 200 //! Set the value of the Billboard::_sfMinAngle field. 169 201 inline … … 190 222 return _sfMaxAngle.getValue(); 191 223 } 224 225 #ifdef OSG_1_COMPAT 226 inline 227 Real32 &BillboardBase::getMaxAngle(void) 228 { 229 return this->editMaxAngle(); 230 } 231 #endif 192 232 193 233 //! Set the value of the Billboard::_sfMaxAngle field.
