Ignore:
Timestamp:
09/20/06 18:32:10 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1420 r1421  
    234234                //-- load data as single triangles instead of whole meshes 
    235235 
    236                 //cout << "m";   
     236                cout << "m";     
    237237                Mesh tempMesh(*mCurrentMesh); 
    238238                ApplyTransformations(mTransformations, &tempMesh); 
     
    590590  
    591591  if (element == "Shape") { 
    592           //cout << "+";  
     592          cout << "+";  
    593593 
    594594          // reset current shape values 
     
    603603  } 
    604604 
    605   // todo 
     605  // todo: materials don't work proberly yet 
    606606  if (element == "Material") { 
    607607          StartMaterial(attributes); 
Note: See TracChangeset for help on using the changeset viewer.