Ignore:
Timestamp:
02/04/06 21:36:40 (18 years ago)
Author:
mattausch
Message:

implemented some code for merge history loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/VssPreprocessor.cpp

    r589 r590  
    535535  AxisAlignedBox3 vbox = mViewSpaceBox ? *mViewSpaceBox : mKdTree->GetBox(); 
    536536 
     537  mSceneGraph->CollectObjects(&mObjects); 
     538 
    537539  //-- load view cells from file if requested 
    538540  if (!mLoadViewCells) 
     
    546548          mViewCellsManager->PrintStatistics(Debug); 
    547549  } 
    548          
    549  
     550  else 
     551  { 
     552          
     553          VssRayContainer dummies; 
     554          mViewCellsManager->Visualize(mObjects, dummies); 
     555          mViewCellsManager->ExportViewCells("test.xml"); 
     556  } 
    550557  VssTree *vssTree = NULL; 
    551558 
    552   mSceneGraph->CollectObjects(&mObjects); 
     559   
    553560 
    554561  long initialTime = GetTime(); 
Note: See TracChangeset for help on using the changeset viewer.