- Timestamp:
- 01/12/06 02:44:17 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/VssPreprocessor.cpp
r518 r520 403 403 404 404 //-- load view cells from file if requested 405 // load now because otherwise bounding box is messed up 405 406 if (mLoadViewCells) 406 407 { 407 char buff[100]; 408 environment->GetStringValue("ViewCells.filename", buff); 409 string vcFilename(buff); 410 mViewCellsManager->LoadViewCells(vcFilename, &mObjects); 408 mViewCellsManager->LoadViewCells(mViewCellsFilename, &mObjects); 411 409 } 412 410 … … 639 637 //-- render simulation after merge 640 638 cout << "\nevaluating bsp view cells render time after merge ... "; 641 642 639 mRenderSimulator->RenderScene(); 643 644 640 SimulationStatistics ss; 645 641 mRenderSimulator->GetStatistics(ss);
Note: See TracChangeset
for help on using the changeset viewer.