Ignore:
Timestamp:
07/05/06 10:43:45 (18 years ago)
Author:
mattausch
Message:

version for performance testing

File:
1 edited

Legend:

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

    r1020 r1076  
    7272{ 
    7373        Cleanup(); 
    74     
     74  
    7575        ComputeBoundingBox(); 
    76     
     76  
    7777        /** true if it is a watertight convex mesh  
    7878        */ 
     
    8888                 
    8989                cout<<"KD"; 
     90                 
    9091                mKdTree->Construct(); 
    9192 
     
    480481 
    481482        Plane3 plane = Plane3(mVertices[face->mVertexIndices[0]], 
    482                                                                                                 mVertices[face->mVertexIndices[1]], 
    483                                                                                                 mVertices[face->mVertexIndices[2]]); 
     483                                                  mVertices[face->mVertexIndices[1]], 
     484                                                  mVertices[face->mVertexIndices[2]]); 
    484485         
    485486        if (!eq(Magnitude(plane.mNormal), 1.0f)) 
Note: See TracChangeset for help on using the changeset viewer.