- Timestamp:
- 11/20/07 18:15:32 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/Material/Base/OSGChunkMaterialBase.cpp
r1018 r1020 164 164 "\t\tname=\"chunks\"\n" 165 165 " category=\"childpointer\"\n" 166 " linkParentField=\"parents\"\n"166 " parentLinkField=\"parents\"\n" 167 167 "\t\ttype=\"StateChunk\"\n" 168 168 "\t\tcardinality=\"multi\"\n" … … 211 211 } 212 212 213 214 213 /*-------------------------------------------------------------------------*/ 215 214 /* Field MFChunks */ 216 217 215 void 218 216 ChunkMaterialBase::addChunks(MFStateChunkChildPtr::ArgumentType value) … … 327 325 /*-------------------------------------------------------------------------*/ 328 326 /* Field MFSlots */ 329 330 327 331 328
