Ignore:
Timestamp:
01/29/07 19:00:03 (17 years ago)
Author:
mattausch
Message:

debug version: something wrong with the pvs!

File:
1 edited

Legend:

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

    r2048 r2065  
    740740        { 
    741741                cout << "bvh local termination criteria met:" << endl; 
    742                 cout << "objects: " << (int)tData.mNode->mObjects.size() << " " << mTermMinObjects << endl; 
     742                cout << "objects: " << (int)tData.mNode->mObjects.size() << " (" << mTermMinObjects << ")" << endl; 
    743743        } 
    744744#endif 
Note: See TracChangeset for help on using the changeset viewer.