Ignore:
Timestamp:
11/29/06 12:02:08 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1811 r1827  
    15541554 
    15551555                        // no good results for degenerate axis split 
    1556                         if (0 && 
    1557                                 (tData.mNode->GetBoundingBox().Size(axis) < Limits::Small)) 
     1556                        if (1 && 
     1557                                (tData.mNode->GetBoundingBox().Size(axis) < 0.0001))//Limits::Small)) 
    15581558                        { 
    15591559                                nCostRatio[axis] += 9999; 
Note: See TracChangeset for help on using the changeset viewer.