Ignore:
Timestamp:
06/22/08 09:23:45 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2795 r2796  
    9494        cout << "... finished loading " << bvh->mNumNodes << " nodes, updating boxes" << endl; 
    9595 
     96        bvh->mBox = bvh->mRoot->GetBox(); 
     97 
     98        cout << "scene box: " << bvh->mBox << endl; 
     99 
    96100        /////////// 
    97101        //-- post process nodes 
Note: See TracChangeset for help on using the changeset viewer.