Ignore:
Timestamp:
08/31/06 17:58:27 (18 years ago)
Author:
mattausch
Message:

changed hierarchy construction: up to a certain level view space split is taken

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/BvHierarchy.cpp

    r1305 r1308  
    13041304                                                                                                           const ObjectContainer &objects) 
    13051305{ 
     1306        mBvhStats.Reset(); 
     1307        mBvhStats.Start(); 
     1308        mBvhStats.nodes = 1; 
     1309 
    13061310        // note matt: we assume that we have objects sorted by their id 
    13071311 
Note: See TracChangeset for help on using the changeset viewer.