Ignore:
Timestamp:
01/21/07 00:40:56 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1920 r2003  
    149149 
    150150                SetFilled(); 
    151                 // hack 
    152                 if (1 || (leaf->mObjects.size() < 50000)) 
    153                 ExportGeometry(leaf->mObjects, true, box); 
     151                 
     152                if (0) 
     153                        ExportGeometry(leaf->mObjects, true, box); 
     154                else 
     155                        ExportBox(leaf->GetBoundingBox()); 
    154156        } 
    155157 
Note: See TracChangeset for help on using the changeset viewer.