- Timestamp:
- 05/05/08 06:58:23 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Material/Simple/OSGSimpleTexturedMaterialBase.inl
r1193 r1197 77 77 //! Get the value of the SimpleTexturedMaterial::_sfImage field. 78 78 inline 79 Image PtrSimpleTexturedMaterialBase::getImage(void) const79 Image * SimpleTexturedMaterialBase::getImage(void) const 80 80 { 81 81 return _sfImage.getValue(); … … 84 84 //! Set the value of the SimpleTexturedMaterial::_sfImage field. 85 85 inline 86 void SimpleTexturedMaterialBase::setImage( const ImagePtrvalue)86 void SimpleTexturedMaterialBase::setImage(Image * const value) 87 87 { 88 88 editSField(ImageFieldMask);
