Ignore:
Timestamp:
08/21/07 19:37:28 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsParser.cpp

    r2542 r2543  
    672672                        { 
    673673                                Debug << "\nobject space hierarchy: Bvh" << endl; 
     674 
    674675                                mObjectSpaceHierarchyType = BVH; 
    675676                                mHierarchyManager =  
     
    990991                        // exchange view cell with new one 
    991992                        DEL_PTR(vc); 
    992  
    993993                        //(*vit).second = vspVc; 
    994994                        (*vit) = vspVc; 
     
    997997                if (mHierarchyManager) 
    998998                { 
    999                         // come here only if object space hierarchy already constructed 
     999                        // do this only if object hierarchy was already constructed 
    10001000                        mHierarchyManager->mVspTree = mVspTree; 
    10011001                        mVspTree->mHierarchyManager = mHierarchyManager; 
Note: See TracChangeset for help on using the changeset viewer.