Ignore:
Timestamp:
10/09/05 00:38:18 (19 years ago)
Author:
mattausch
Message:

bsp split exporter added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/main.cpp

    r310 r312  
    5858          p->BspTreeStatistics(Debug); 
    5959          p->Export("vc_bsptree2.x3d", false, false, true); 
    60   
     60          // export the bsp splits 
     61          Exporter *exporter = Exporter::GetExporter("bsp_splits.x3d"); 
     62 
     63          if (exporter)  
     64          {      
     65                  Debug << "Exporting bsp splits" << endl; 
     66                  exporter->ExportBspSplits(*p->mBspTree); 
     67                  delete exporter; 
     68          } 
    6169#if 0 
    6270          //-- export the complementary view cells 
Note: See TracChangeset for help on using the changeset viewer.