Ignore:
Timestamp:
01/12/06 02:44:17 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r518 r520  
    403403 
    404404  //-- load view cells from file if requested 
     405  // load now because otherwise bounding box is messed up 
    405406  if (mLoadViewCells) 
    406407  { 
    407           char buff[100]; 
    408           environment->GetStringValue("ViewCells.filename", buff); 
    409           string vcFilename(buff); 
    410           mViewCellsManager->LoadViewCells(vcFilename, &mObjects); 
     408          mViewCellsManager->LoadViewCells(mViewCellsFilename, &mObjects); 
    411409  } 
    412410 
     
    639637  //-- render simulation after merge 
    640638  cout << "\nevaluating bsp view cells render time after merge ... "; 
    641    
    642639  mRenderSimulator->RenderScene(); 
    643    
    644640  SimulationStatistics ss; 
    645641  mRenderSimulator->GetStatistics(ss); 
Note: See TracChangeset for help on using the changeset viewer.