Changeset 2695 for GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp
- Timestamp:
- 05/22/08 14:07:56 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp
r2689 r2695 283 283 } 284 284 285 285 // create meshes of view cells 286 preprocessor->mViewCellsManager->FinalizeViewCells(true); 287 288 cout << "view space box: " << preprocessor->mViewCellsManager->GetViewSpaceBox() << endl; 286 289 bool useHwGlobalLines; 287 290 Environment::GetSingleton()->GetBoolValue("Preprocessor.useHwGlobalLines",
Note: See TracChangeset
for help on using the changeset viewer.