Ignore:
Timestamp:
12/26/08 02:44:45 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3214 r3235  
    13261326        { 
    13271327                while (mGeometry[i]->GetWorldCenter()[axis] < position) ++ i; 
     1328                //while ((j > 0) && (position < mGeometry[j]->GetWorldCenter()[axis])) -- j; 
    13281329                while (position < mGeometry[j]->GetWorldCenter()[axis]) -- j; 
    13291330 
Note: See TracChangeset for help on using the changeset viewer.