Changeset 1972 for GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
- Timestamp:
- 01/12/07 22:41:01 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
r1966 r1972 5829 5829 5830 5830 const long starttime = GetTime(); 5831 cout << "exporting final view cells (after initial construction + post process) ... " ;5831 cout << "exporting final view cells (after initial construction + post process) ... " << endl; 5832 5832 5833 5833 // matt: hack for clamping scene … … 5835 5835 bbox.Scale(scale); 5836 5836 5837 if ( 0&& mExportRays)5837 if (1 && mExportRays) 5838 5838 { 5839 5839 exporter->ExportRays(visRays, RgbColor(0, 1, 0));
Note: See TracChangeset
for help on using the changeset viewer.