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.cpp

    r1035 r1057  
    100100} 
    101101 
     102void SimpleMaterial::execSyncV(FieldContainer    &oFrom, 
     103                               ConstFieldMaskArg  whichField, 
     104                               AspectOffsetStore &oOffsets, 
     105                               ConstFieldMaskArg  syncMode, 
     106                               UInt32 const       uiSyncInfo) 
     107{ 
     108    this->execSync(static_cast<SimpleMaterial *>(&oFrom), 
     109                   whichField, 
     110                   oOffsets, 
     111                   syncMode, 
     112                   uiSyncInfo); 
     113} 
     114 
    102115void SimpleMaterial::resolveLinks(void) 
    103116{ 
     117    FDEBUG(("SimpleMaterial::resolveLinks\n")); 
     118 
    104119    Inherited::resolveLinks(); 
    105120