- Timestamp:
- 05/05/08 06:39:01 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Material/Simple/OSGSimpleTexturedMaterialBase.inl
r1178 r1193 89 89 90 90 _sfImage.setValue(value); 91 92 91 } 93 92 //! Get the value of the SimpleTexturedMaterial::_sfMinFilter field. … … 103 102 //! Get the value of the SimpleTexturedMaterial::_sfMinFilter field. 104 103 inline 105 const GLenum &SimpleTexturedMaterialBase::getMinFilter(void) const104 const GLenum SimpleTexturedMaterialBase::getMinFilter(void) const 106 105 { 107 106 return _sfMinFilter.getValue(); … … 136 135 //! Get the value of the SimpleTexturedMaterial::_sfMagFilter field. 137 136 inline 138 const GLenum &SimpleTexturedMaterialBase::getMagFilter(void) const137 const GLenum SimpleTexturedMaterialBase::getMagFilter(void) const 139 138 { 140 139 return _sfMagFilter.getValue(); … … 169 168 //! Get the value of the SimpleTexturedMaterial::_sfEnvMode field. 170 169 inline 171 const GLenum &SimpleTexturedMaterialBase::getEnvMode(void) const170 const GLenum SimpleTexturedMaterialBase::getEnvMode(void) const 172 171 { 173 172 return _sfEnvMode.getValue(); … … 202 201 //! Get the value of the SimpleTexturedMaterial::_sfEnvMap field. 203 202 inline 204 const bool &SimpleTexturedMaterialBase::getEnvMap(void) const203 const bool SimpleTexturedMaterialBase::getEnvMap(void) const 205 204 { 206 205 return _sfEnvMap.getValue();
