Ignore:
Timestamp:
11/14/08 17:22:49 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3125 r3127  
    15081508        mRoot->mLast = (int)mGeometrySize - 1; 
    15091509 
    1510         cout<<"f: " << mRoot->mFirst<< " l: " <<mRoot->mLast << endl; 
     1510        //cout<<"f: " << mRoot->mFirst<< " l: " <<mRoot->mLast << endl; 
    15111511        // add static root on left subtree 
    15121512        mRoot->mFront = mStaticRoot; 
Note: See TracChangeset for help on using the changeset viewer.