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/FieldContainer/Base/OSGChangeList.cpp

    r1041 r1057  
    502502            } 
    503503        } 
    504 //         else if((*cIt)->uiEntryDesc == ContainerChangeEntry::AddExternalReference) 
    505 //         { 
    506 // #ifndef SILENT_CPTR 
    507 //             fprintf(stderr, "Execute add Ref for %d %s\n", 
    508 //                     (*cIt)->uiContainerId, pDst->getType().getCName()); 
    509 // #endif 
    510 //  
    511 //             if(pDst != NULL) 
    512 //                 pDst->addExternalReference(); 
    513 //         } 
    514 //         else if((*cIt)->uiEntryDesc == ContainerChangeEntry::SubExternalReference) 
    515 //         { 
    516 // #ifndef SILENT_CPTR 
    517 //             fprintf(stderr, "Execute sub Ref for %d %s\n", 
    518 //                     (*cIt)->uiContainerId, pDst->getType().getCName()); 
    519 // #endif 
    520 //              
    521 //             if(pDst != NULL) 
    522 //                 pDst->subExternalReference(); 
    523 //         } 
    524504 
    525505        ++cIt;