Ignore:
Timestamp:
09/25/06 18:54:21 (18 years ago)
Author:
mattausch
Message:

worked on guided visibility sampling

File:
1 edited

Legend:

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

    r1379 r1486  
    175175  } 
    176176   
    177   if (currentMesh->mVertices.size()) { 
    178           if (1) 
    179                 RotateMesh(currentMesh); 
     177  if (currentMesh->mVertices.size())  
     178  { 
     179          if (ROTATE_SCENE) RotateMesh(currentMesh); 
    180180  
    181     currentMesh->Preprocess(); 
    182     MeshInstance *mi = new MeshInstance(currentMesh); 
    183     root->mGeometry.push_back(mi); 
     181          currentMesh->Preprocess(); 
     182          MeshInstance *mi = new MeshInstance(currentMesh); 
     183          root->mGeometry.push_back(mi); 
    184184  } 
    185185   
Note: See TracChangeset for help on using the changeset viewer.