- Timestamp:
- 02/04/08 14:46:15 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/Material/Base/OSGSimpleMaterial.inl
r996 r1057 37 37 OSG_BEGIN_NAMESPACE 38 38 39 inline void 40 SimpleMaterial::execSync(SimpleMaterial *oFrom, 41 ConstFieldMaskArg whichField, 42 AspectOffsetStore &oOffsets, 43 ConstFieldMaskArg syncMode, 44 UInt32 const uiSyncInfo) 45 { 46 Inherited::execSync(oFrom, whichField, oOffsets, syncMode, uiSyncInfo); 47 48 _materialChunk.set(convertToCurrentAspect(oFrom->_materialChunk.get())); 49 _blendChunk .set(convertToCurrentAspect(oFrom->_blendChunk .get())); 50 } 51 39 52 OSG_END_NAMESPACE
