Changeset 54 for trunk/Source/System/Material/Base/OSGChunkMaterialBase.inl
- Timestamp:
- 09/06/06 00:48:55 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Material/Base/OSGChunkMaterialBase.inl
r2 r54 112 112 return _mfSlots; 113 113 } 114 115 #ifdef OSG_1_COMPAT 116 inline 117 Int32 &ChunkMaterialBase::getSlots(const UInt32 index) 118 { 119 return this->editSlots(index); 120 } 121 122 inline 123 MFInt32 &ChunkMaterialBase::getSlots(void) 124 { 125 return this->editSlots(); 126 } 127 128 #endif 129 114 130 115 131 //! Get the ChunkMaterial::_mfSlots field.
