- Timestamp:
- 09/06/06 00:48:55 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Material/Simple/OSGSimpleTexturedMaterialBase.inl
r2 r54 108 108 } 109 109 110 #ifdef OSG_1_COMPAT 111 inline 112 GLenum &SimpleTexturedMaterialBase::getMinFilter(void) 113 { 114 return this->editMinFilter(); 115 } 116 #endif 117 110 118 //! Set the value of the SimpleTexturedMaterial::_sfMinFilter field. 111 119 inline … … 133 141 } 134 142 143 #ifdef OSG_1_COMPAT 144 inline 145 GLenum &SimpleTexturedMaterialBase::getMagFilter(void) 146 { 147 return this->editMagFilter(); 148 } 149 #endif 150 135 151 //! Set the value of the SimpleTexturedMaterial::_sfMagFilter field. 136 152 inline … … 158 174 } 159 175 176 #ifdef OSG_1_COMPAT 177 inline 178 GLenum &SimpleTexturedMaterialBase::getEnvMode(void) 179 { 180 return this->editEnvMode(); 181 } 182 #endif 183 160 184 //! Set the value of the SimpleTexturedMaterial::_sfEnvMode field. 161 185 inline … … 182 206 return _sfEnvMap.getValue(); 183 207 } 208 209 #ifdef OSG_1_COMPAT 210 inline 211 bool &SimpleTexturedMaterialBase::getEnvMap(void) 212 { 213 return this->editEnvMap(); 214 } 215 #endif 184 216 185 217 //! Set the value of the SimpleTexturedMaterial::_sfEnvMap field.
