Ignore:
Timestamp:
10/23/08 12:26:37 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3053 r3061  
    11891189                // no split could be achieved => just halve number of objects 
    11901190                split = (leaf->mLast - leaf->mFirst) / 2; 
    1191                 cerr << "no reduction " << leaf->CountPrimitives() << " " << leaf->mFirst << " " << split << " " << leaf->mLast << endl; 
     1191                cerr << "no reduction " << leaf->CountPrimitives() << " " << leaf->mFirst << " " << leaf->mLast << endl; 
    11921192        } 
    11931193 
Note: See TracChangeset for help on using the changeset viewer.