Show
Ignore:
Timestamp:
02/04/08 14:46:15 (1 year 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/OSGSimpleMaterial.h

    r1035 r1057  
    127127    /*! \{                                                                 */ 
    128128 
     129    virtual void execSyncV(FieldContainer    &oFrom, 
     130                           ConstFieldMaskArg  whichField, 
     131                           AspectOffsetStore &oOffsets, 
     132                           ConstFieldMaskArg  syncMode, 
     133                           UInt32 const       uiSyncInfo); 
     134                            
     135            void execSync (SimpleMaterial    *oFrom, 
     136                           ConstFieldMaskArg  whichField, 
     137                           AspectOffsetStore &oOffsets, 
     138                           ConstFieldMaskArg  syncMode, 
     139                           UInt32 const       uiSyncInfo); 
     140     
    129141    virtual void resolveLinks(void); 
    130142