Changeset 787 for trunk/Source/System/Material/Base/OSGMaterialBase.inl
- Timestamp:
- 06/15/07 05:53:00 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Material/Base/OSGMaterialBase.inl
r782 r787 142 142 143 143 144 #ifdef OSG_MT_FIELDCONTAINERPTR145 inline146 void MaterialBase::execSync( MaterialBase *pOther,147 ConstFieldMaskArg whichField,148 ConstFieldMaskArg syncMode,149 const UInt32 uiSyncInfo,150 UInt32 uiCopyOffset)151 {152 Inherited::execSync(pOther, whichField, syncMode, uiSyncInfo, uiCopyOffset);153 154 if(FieldBits::NoField != (SortKeyFieldMask & whichField))155 _sfSortKey.syncWith(pOther->_sfSortKey);156 157 if(FieldBits::NoField != (TransparencyModeFieldMask & whichField))158 _sfTransparencyMode.syncWith(pOther->_sfTransparencyMode);159 }160 #endif161 162 144 #ifdef OSG_MT_CPTR_ASPECT 163 145 inline … … 178 160 #endif 179 161 180 #if 0181 inline182 void MaterialBase::execBeginEdit(ConstFieldMaskArg whichField,183 UInt32 uiAspect,184 UInt32 uiContainerSize)185 {186 Inherited::execBeginEdit(whichField, uiAspect, uiContainerSize);187 }188 #endif189 190 162 191 163 inline
