Ignore:
Timestamp:
07/03/06 02:03:59 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1052 r1072  
    52535253 
    52545254                        // export rays 
    5255                         if (1 && mExportRays) 
     5255                        if (0 && mExportRays) 
    52565256                        { 
    52575257                                exporter->ExportRays(visRays, RgbColor(0, 1, 0)); 
     
    52625262                        // HACK: export without clip plane 
    52635263                        const bool b = mUseClipPlaneForViz; 
    5264                         mUseClipPlaneForViz = false; 
     5264                        if (0) 
     5265                                mUseClipPlaneForViz = false; 
    52655266 
    52665267                        ExportViewCellsForViz(exporter); 
     
    53365337 
    53375338                                raysOut = min((int)rays.size(), 100); 
    5338  
    5339                                 Debug  << "here12 " << raysOut << endl; 
    53405339 
    53415340                                // collect intial view cells 
Note: See TracChangeset for help on using the changeset viewer.