Ignore:
Timestamp:
07/16/08 17:19:25 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Bvh.cpp

    r2839 r2842  
    152152        { 
    153153                mGeometry[i] = (*it); 
    154                 mBox.Include((*it)->GetBoundingBox()); 
     154                //mBox.Include((*it)->GetBoundingBox()); 
    155155        } 
    156156 
     
    799799        for (int i = node->mFirst; i <= node->mLast; ++ i) 
    800800        { 
    801 #ifdef TODO 
    802                 numTriangles += mGeometry[i]->GetGeometry()->GetNumTriangles(); 
    803 #endif 
     801                numTriangles += mGeometry[i]->CountNumTriangles(); 
    804802        } 
    805803 
Note: See TracChangeset for help on using the changeset viewer.