Ignore:
Timestamp:
08/24/06 12:13:34 (18 years ago)
Author:
bittner
Message:

mlrta configuration changes

File:
1 edited

Legend:

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

    r1233 r1272  
    1515 
    1616 
     17 
    1718namespace GtpVisibilityPreprocessor { 
    1819 
     
    4849                           map<int, Vector3> &hashTable) 
    4950{ 
    50         cout << "f"; 
     51  //    cout << "f"; 
    5152 
    5253        char *pch; 
     
    156157         
    157158        SceneGraphNode *root = new SceneGraphNode; 
    158          
     159        cout<<"HERE2!\n"; 
    159160        int meshGrouping; 
    160161        Environment::GetSingleton()->GetIntValue("ObjParser.meshGrouping", meshGrouping); 
     
    167168                        { 
    168169                                float x,y,z; 
    169                                 cout << "v"; 
     170                                //cout << "v"; 
    170171 
    171172                                // vertex  
Note: See TracChangeset for help on using the changeset viewer.