Ignore:
Timestamp:
08/29/08 17:27:05 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2848 r2885  
    777777void Bvh::PrintBvhStats() const 
    778778{ 
    779         cout << "bvh stats:" << endl; 
     779        cout << "\n******** bvh stats: ***********" << endl; 
    780780        cout << "interiorNodesSA = " << mBvhStats.mInteriorSA / mRoot->mBox.SurfaceArea() << endl; 
    781781        cout << "leafNodesSA = " << mBvhStats.mLeafSA / mRoot->mBox.SurfaceArea() << endl; 
     
    785785        cout << "geometry per leaf: " <<  mBvhStats.mGeometryRatio << endl; 
    786786        cout << "triangles per leaf: " <<  mBvhStats.mTriangleRatio << endl; 
     787        cout << "**************" << endl << endl; 
    787788} 
    788789 
Note: See TracChangeset for help on using the changeset viewer.