Ignore:
Timestamp:
08/28/06 21:13:40 (18 years ago)
Author:
bittner
Message:

intel ray caster updates

File:
1 edited

Legend:

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

    r1286 r1292  
    4242        }; 
    4343 
    44 const static int nMaxFaces = 6; 
     44//const static int nMaxFaces = 6; 
    4545 
    4646 
     
    109109 
    110110        mesh->mFaces = faces; 
    111         mesh->Preprocess(); 
     111 
     112        // can't do cleanup because coupling with kdf file for intel ray tracer 
     113        mesh->Preprocess(false); 
    112114 
    113115        /*for (int i = 0; i < faces.size(); ++ i) 
     
    161163        int meshGrouping; 
    162164        Environment::GetSingleton()->GetIntValue("ObjParser.meshGrouping", meshGrouping); 
     165 
     166        int nMaxFaces = meshGrouping; 
    163167 
    164168        while (fgets(str, 80, file) != NULL) 
Note: See TracChangeset for help on using the changeset viewer.