Changeset 685 for GTP/trunk/Lib/Vis/Preprocessing/scripts
- Timestamp:
- 03/10/06 08:23:09 (19 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/Preprocessor.vcproj
r660 r685 65 65 <Tool 66 66 Name="VCCLCompilerTool" 67 AdditionalIncludeDirectories="..\support;..\support\devil\include;..\support\zlib\include;..\include;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\src;"$(CG_INC_PATH)"; "$(GTPDIR)\NonGTP\Xerces";"$(GTPDIR)\NonGTP\Devil\include";"$(GTPDIR)\NonGTP\Zlib\include""67 AdditionalIncludeDirectories="..\support;..\support\devil\include;..\support\zlib\include;..\include;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\src;"$(CG_INC_PATH)";..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces" 68 68 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" 69 69 RuntimeLibrary="2" -
GTP/trunk/Lib/Vis/Preprocessing/scripts/default.env
r666 r685 177 177 # samples used for view cell construction 178 178 Construction { 179 samples 100000 0179 samples 100000 180 180 samplesPerPass 200000 181 181 } … … 219 219 refine false 220 220 compress false 221 merge false221 merge true 222 222 } 223 223 … … 230 230 colorCode Random 231 231 exportRays false 232 exportGeometry false232 exportGeometry true 233 233 exportMergedViewCells false 234 234 useClipPlane true 235 235 clipPlaneAxis 1 236 } 237 238 showVisualization false 236 clipPlanePos 0.35 237 } 238 239 showVisualization true 239 240 evaluateViewCells false 240 241 … … 302 303 VspBspTree { 303 304 Construction { 304 samples 800000305 epsilon 0.000 5305 samples 200000 306 epsilon 0.00005 306 307 randomize false 307 308 renderCostWeight 1.0 … … 350 351 minGlobalCostRatio 0.0000001 351 352 # minGlobalCostRatio 0.0001 352 maxViewCells 20000353 maxViewCells 10000 353 354 354 355
Note: See TracChangeset
for help on using the changeset viewer.