Changeset 1041 for branches/Carsten_PtrWork2/Source/System/NodeCores/Drawables/Base/OSGMaterialDrawableBase.inl
- Timestamp:
- 01/24/08 15:11:54 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/NodeCores/Drawables/Base/OSGMaterialDrawableBase.inl
r1017 r1041 79 79 MaterialDrawableBase::editSFMaterial(void) 80 80 { 81 editSField(MaterialFieldMask); 82 81 83 return &_sfMaterial; 82 84 } … … 91 93 MaterialDrawableBase::editMaterial(void) 92 94 { 95 editSField(MaterialFieldMask); 96 93 97 return _sfMaterial.editValue(); 94 98 }
