- Timestamp:
- 10/18/05 02:30:40 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellBsp.cpp
r336 r337 1239 1239 } 1240 1240 1241 // the following criteria loop over all polygons to find the cost value 1241 1242 if ((sSplitPlaneStrategy & BALANCED_POLYS) || 1242 1243 (sSplitPlaneStrategy & LEAST_SPLITS) || … … 1248 1249 } 1249 1250 1251 // the following criteria loop over all rays to find the cost value 1250 1252 if ((sSplitPlaneStrategy & BALANCED_RAYS) || 1251 1253 (sSplitPlaneStrategy & LEAST_RAY_SPLITS))
Note: See TracChangeset
for help on using the changeset viewer.