Ignore:
Timestamp:
01/03/09 17:32:10 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3236 r3244  
    11611161        mBox = mRoot->GetBox(); 
    11621162 
    1163         // compute and print stats 
     1163        // compute and print stats for whole (static + dynamic) bvh 
    11641164        ComputeBvhStats(mRoot, mBvhStats); 
    11651165        PrintBvhStats(mBvhStats); 
    11661166 
     1167        // also output dynamic stats 
    11671168        if (mDynamicGeometrySize) 
    11681169        { 
     
    14751476        l->mArea = l->mBox.SurfaceArea(); 
    14761477         
    1477         cout << "updating dynamic branch " << l->mFirst << " " << l->mLast << endl; 
     1478        cout << "creating dynamic bvh branch" << endl; 
    14781479 
    14791480        if (mDynamicGeometrySize) 
Note: See TracChangeset for help on using the changeset viewer.