Ignore:
Timestamp:
03/11/07 16:14:59 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2227 r2228  
    11181118                ar = rbox.SurfaceArea(); 
    11191119 
     1120                // should use classical approach here ... 
    11201121#if BOUND_RENDERCOST 
    11211122                const float sum = noValidSplit ? 1e25f : objectsLeft * al + objectsRight * ar; 
     
    18901891        //-- surface area heuristics 
    18911892 
    1892         if (leaf->mObjects.empty()) 
    1893                 return 0.0f; 
     1893        // eraly exit 
     1894        //if (leaf->mObjects.empty())   return 0.0f; 
    18941895 
    18951896        const AxisAlignedBox3 box = GetBoundingBox(leaf); 
Note: See TracChangeset for help on using the changeset viewer.