Changeset 337


Ignore:
Timestamp:
10/18/05 02:30:40 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r336 r337  
    12391239        } 
    12401240 
     1241        // the following criteria loop over all polygons to find the cost value 
    12411242        if ((sSplitPlaneStrategy & BALANCED_POLYS)      || 
    12421243                (sSplitPlaneStrategy & LEAST_SPLITS)        || 
     
    12481249        } 
    12491250 
     1251        // the following criteria loop over all rays to find the cost value 
    12501252        if ((sSplitPlaneStrategy & BALANCED_RAYS)      || 
    12511253                (sSplitPlaneStrategy & LEAST_RAY_SPLITS)) 
Note: See TracChangeset for help on using the changeset viewer.