Show
Ignore:
Timestamp:
02/04/08 14:46:15 (10 months ago)
Author:
cneumann
Message:

added: MT unittest
fixed: Material: sync internal State

SimpleMaterial?: sync internal StateChunks?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/Material/Base/OSGMaterial.h

    r1032 r1057  
    186186    /*! \{                                                                 */ 
    187187 
     188    virtual void execSyncV(FieldContainer    &oFrom, 
     189                           ConstFieldMaskArg  whichField, 
     190                           AspectOffsetStore &oOffsets, 
     191                           ConstFieldMaskArg  syncMode, 
     192                           UInt32 const       uiSyncInfo); 
     193                            
     194            void execSync (Material          *oFrom, 
     195                           ConstFieldMaskArg  whichField, 
     196                           AspectOffsetStore &oOffsets, 
     197                           ConstFieldMaskArg  syncMode, 
     198                           UInt32 const       uiSyncInfo); 
     199     
    188200    virtual void resolveLinks(void); 
    189201