Ignore:
Timestamp:
01/12/09 00:17:58 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3267 r3269  
    857857        CollectNodes(mRoot, nodes); 
    858858 
    859         cout << "recomputing bounds, children will be tested in depth " << mMaxDepthForTestingChildren << endl; 
     859        cout << "\nrecomputing bounds, children will be tested in depth " << mMaxDepthForTestingChildren << endl; 
    860860 
    861861        int success = 0; 
     
    14301430        // the movements of the objects within 
    14311431 
     1432         
     1433        cout << "\n==============================" << endl; 
    14321434        cout << "creating dynamic bvh branch"  << endl; 
    14331435 
Note: See TracChangeset for help on using the changeset viewer.