Ignore:
Timestamp:
02/06/09 17:34:25 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3275 r3295  
    1 #include "ObjConverter2.h" 
     1#include "ObjConverter.h" 
    22#include <iostream> 
    33#include <time.h> 
     
    1010        int returnCode = 0; 
    1111 
    12         ObjConverter2 converter; 
     12        //ObjConverter2 converter; 
     13        ObjConverter converter; 
    1314 
    1415        cout << "converting obj to dem format" << endl; 
    15 #if 0    
     16#if 1 
    1617        if (!converter.LoadMaterials(model_path + argv[3])) 
    1718        { 
Note: See TracChangeset for help on using the changeset viewer.