- Timestamp:
- 04/18/08 04:10:31 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Base/OSGMaterialDrawableBase.inl
r1085 r1178 77 77 //! Get the value of the MaterialDrawable::_sfMaterial field. 78 78 inline 79 MaterialPtr ConstMaterialDrawableBase::getMaterial(void) const79 MaterialPtr MaterialDrawableBase::getMaterial(void) const 80 80 { 81 81 return _sfMaterial.getValue(); … … 84 84 //! Set the value of the MaterialDrawable::_sfMaterial field. 85 85 inline 86 void MaterialDrawableBase::setMaterial( MaterialPtrConstArgvalue)86 void MaterialDrawableBase::setMaterial(const MaterialPtr value) 87 87 { 88 88 editSField(MaterialFieldMask);
