Ignore:
Timestamp:
01/12/07 22:41:01 (18 years ago)
Author:
mattausch
Message:

implemented improved ray casting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp

    r1966 r1972  
    58295829 
    58305830                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; 
    58325832 
    58335833                // matt: hack for clamping scene 
     
    58355835                bbox.Scale(scale); 
    58365836 
    5837                 if (0 && mExportRays) 
     5837                if (1 && mExportRays) 
    58385838                {        
    58395839                        exporter->ExportRays(visRays, RgbColor(0, 1, 0)); 
Note: See TracChangeset for help on using the changeset viewer.