Ignore:
Timestamp:
10/30/06 19:05:41 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1697 r1701  
    226226                { 
    227227                        cerr << "already in obj format" << endl; 
    228                         if (1) 
    229                         preprocessor->ExportObj("test.obj", preprocessor->mObjects); 
     228                        if (0)  preprocessor->ExportObj("test.obj", preprocessor->mObjects); 
    230229                } 
    231230                else 
     
    233232                        const string objname = GetInternFilename(filename, ".obj"); 
    234233 
    235                         //cout << "exporting scene to " << objname << endl; 
     234                        cout << "exporting scene to " << objname << endl; 
    236235                        bool success = preprocessor->ExportObj(objname, preprocessor->mObjects); 
    237236 
     
    246245                } 
    247246        } 
     247//      Exporter *exporter= Exporter::GetExporter("test1.wrl"); 
     248//      AxisAlignedBox3 bbox = preprocessor->mKdTree->GetBox();  
     249//      bbox.Scale(Vector3(1, 1, 0.5)); 
     250//exporter->ExportGeometry(preprocessor->mObjects);cout<<"here2"<<endl; 
    248251 
    249252        // parse view cells related options 
Note: See TracChangeset for help on using the changeset viewer.