Changeset 595 for trunk/VUT/GtpVisibilityPreprocessor
- Timestamp:
- 02/05/06 03:48:48 (19 years ago)
- Location:
- trunk/VUT/GtpVisibilityPreprocessor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env
r594 r595 304 304 # pvs = 1024 305 305 306 splitPlaneStrategy 102 4306 splitPlaneStrategy 1026 307 307 308 308 # maximal candidates for split planes 309 maxPolyCandidates 0309 maxPolyCandidates 100 310 310 311 311 … … 342 342 343 343 AxisAligned { 344 minRays 4000345 maxRayContribution 0.5344 minRays 1 345 maxRayContribution 9.9 346 346 } 347 347 } -
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.cpp
r594 r595 50 50 environment->GetIntValue("ViewCells.Construction.samples", mConstructionSamples); 51 51 environment->GetIntValue("ViewCells.PostProcess.samples", mPostProcessSamples); 52 environment->GetBoolValue("ViewCells.PostProcess.useRaysForMerge", mUseRaysForMerge); 53 52 54 environment->GetIntValue("ViewCells.Visualization.samples", mVisualizationSamples); 53 55 … … 58 60 environment->GetIntValue("ViewCells.active", mNumMergedViewCells); 59 61 environment->GetBoolValue("ViewCells.PostProcess.compress", mCompressViewCells); 60 environment->GetBoolValue("ViewCells.Visualization.useCuttingPlane", mUseCuttingPlaneForViz);61 62 62 environment->GetBoolValue("ViewCells.Visualization.useCuttingPlane", mUseCuttingPlaneForViz); 63 63
Note: See TracChangeset
for help on using the changeset viewer.