Ignore:
Timestamp:
04/13/09 08:44:22 (15 years ago)
Author:
mattausch
Message:

found error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/Converter/main.cpp

    r3334 r3342  
    1414 
    1515        cout << "converting obj to dem format" << endl; 
    16 #if 1 // use this path for converting a file with materials 
    17         if  (argc > 3) 
     16#if 1 
     17        if (!converter.LoadMaterials(model_path + argv[3])) 
    1818        { 
    19                 if (!converter.LoadMaterials(model_path + argv[3])) 
    20                 { 
    21                         cerr << "loading materials failed" << endl; 
     19                cerr << "loading materials failed" << endl; 
    2220 
    23                         std::cin.get(); 
    24                         exit(0); 
    25                 } 
     21                std::cin.get(); 
     22                exit(0); 
    2623        } 
    2724 
     
    3330                exit(0); 
    3431        } 
    35 #else // use this bath to convert the pompeii model 
     32#else 
    3633         
    3734        //const int numFiles = 879; 
Note: See TracChangeset for help on using the changeset viewer.