- Timestamp:
- 12/29/06 10:28:00 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Material/Base/OSGChunkMaterialBase.cpp
r439 r459 76 76 \ingroup GrpSystemMaterial 77 77 78 The chunk material class. See \ref PageSystemMaterialChunkMaterial for 79 adescription.78 The chunk material class. See \ref PageSystemMaterialChunkMaterial for a 79 description. 80 80 81 81 Chunks can be attached and detached from the material using 82 OSG::ChunkMaterial::addChunk() and OSG::ChunkMaterial::subChunk(). For 83 more complex manipulation of the chunk list use the84 OSG::ChunkMaterial::_mfChunksfield's functions.82 OSG::ChunkMaterial::addChunk() and OSG::ChunkMaterial::subChunk(). For more 83 complex manipulation of the chunk list use the OSG::ChunkMaterial::_mfChunks 84 field's functions. 85 85 */ 86 86 … … 92 92 93 93 */ 94 94 95 /*! \var Int32 ChunkMaterialBase::_mfSlots 95 96 96 97 */ 98 97 99 98 100 void ChunkMaterialBase::classDescInserter(TypeObject &oType) … … 183 185 "</FieldContainer>\n", 184 186 "\\ingroup GrpSystemMaterial\n" 187 "\n" 185 188 "The chunk material class. See \\ref PageSystemMaterialChunkMaterial for a\n" 186 189 "description.\n" 190 "\n" 187 191 "Chunks can be attached and detached from the material using\n" 188 192 "OSG::ChunkMaterial::addChunk() and OSG::ChunkMaterial::subChunk(). For more\n"
