- 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/OSGMaterial.inl
r785 r1057 37 37 OSG_BEGIN_NAMESPACE 38 38 39 inline void 40 Material::execSync(Material *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 _pState.set(convertToCurrentAspect(oFrom->_pState.get())); 49 } 50 39 51 OSG_END_NAMESPACE 40 52
