Changeset 1193 for trunk/Source/System/Material/Base/OSGMaterialBase.inl
- Timestamp:
- 05/05/08 06:39:01 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Material/Base/OSGMaterialBase.inl
r787 r1193 86 86 //! Get the value of the Material::_sfSortKey field. 87 87 inline 88 const Int32 &MaterialBase::getSortKey(void) const88 const Int32 MaterialBase::getSortKey(void) const 89 89 { 90 90 return _sfSortKey.getValue(); … … 119 119 //! Get the value of the Material::_sfTransparencyMode field. 120 120 inline 121 const Int32 &MaterialBase::getTransparencyMode(void) const121 const Int32 MaterialBase::getTransparencyMode(void) const 122 122 { 123 123 return _sfTransparencyMode.getValue();
