Ignore:
Timestamp:
12/05/05 20:33:53 (19 years ago)
Author:
mattausch
Message:

started to add view cell merging to vsp kd tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellBsp.cpp

    r450 r452  
    15891589 
    15901590                // give penalty to unbalanced split 
    1591                 if (1) 
     1591                if (0) 
    15921592                if (((pFront * 0.2 + Limits::Small) > pBack) ||  
    15931593                        (pFront < (pBack * 0.2 + Limits::Small))) 
Note: See TracChangeset for help on using the changeset viewer.