Changeset 1756 for GTP/trunk/Lib/Vis/Preprocessing/src
- Timestamp:
- 11/15/06 10:01:27 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp
r1744 r1756 1768 1768 optBool, 1769 1769 "preprocessor_apply_filter=", 1770 " true");1770 "false"); 1771 1771 1772 1772 RegisterOption("Preprocessor.applyVisibilitySpatialFilter", 1773 1773 optBool, 1774 1774 "preprocessor_apply_spatial_filter=", 1775 " true");1775 "false"); 1776 1776 1777 1777 RegisterOption("Preprocessor.visibilityFilterWidth", -
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
r1751 r1756 2713 2713 box.Enlarge(Vector3(radius)); 2714 2714 2715 2715 2716 ObjectContainer objects; 2716 2717 // $$ warning collect objects takes only unmailed ones!
Note: See TracChangeset
for help on using the changeset viewer.