- Timestamp:
- 09/06/06 00:48:55 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Groups/Light/OSGSpotLightBase.inl
r2 r54 91 91 } 92 92 93 #ifdef OSG_1_COMPAT 94 inline 95 Vec3r &SpotLightBase::getDirection(void) 96 { 97 return this->editDirection(); 98 } 99 #endif 100 93 101 //! Set the value of the SpotLight::_sfDirection field. 94 102 inline … … 116 124 } 117 125 126 #ifdef OSG_1_COMPAT 127 inline 128 Real &SpotLightBase::getSpotExponent(void) 129 { 130 return this->editSpotExponent(); 131 } 132 #endif 133 118 134 //! Set the value of the SpotLight::_sfSpotExponent field. 119 135 inline … … 140 156 return _sfSpotCutOff.getValue(); 141 157 } 158 159 #ifdef OSG_1_COMPAT 160 inline 161 Real &SpotLightBase::getSpotCutOff(void) 162 { 163 return this->editSpotCutOff(); 164 } 165 #endif 142 166 143 167 //! Set the value of the SpotLight::_sfSpotCutOff field.
