Changeset 595


Ignore:
Timestamp:
02/05/06 03:48:48 (18 years ago)
Author:
mattausch
Message:

jnkbbjnbjhbjk

Location:
trunk/VUT/GtpVisibilityPreprocessor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env

    r594 r595  
    304304        # pvs                  = 1024 
    305305         
    306         splitPlaneStrategy 1024 
     306        splitPlaneStrategy 1026 
    307307         
    308308        # maximal candidates for split planes 
    309         maxPolyCandidates 0 
     309        maxPolyCandidates 100 
    310310 
    311311         
     
    342342                 
    343343                AxisAligned { 
    344                         minRays                 4000 
    345                         maxRayContribution      0.5 
     344                        minRays                 1 
     345                        maxRayContribution      9.9 
    346346                } 
    347347        } 
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.cpp

    r594 r595  
    5050        environment->GetIntValue("ViewCells.Construction.samples", mConstructionSamples); 
    5151        environment->GetIntValue("ViewCells.PostProcess.samples", mPostProcessSamples); 
     52        environment->GetBoolValue("ViewCells.PostProcess.useRaysForMerge", mUseRaysForMerge); 
     53 
    5254        environment->GetIntValue("ViewCells.Visualization.samples", mVisualizationSamples); 
    5355 
     
    5860        environment->GetIntValue("ViewCells.active", mNumMergedViewCells); 
    5961        environment->GetBoolValue("ViewCells.PostProcess.compress", mCompressViewCells); 
    60         environment->GetBoolValue("ViewCells.Visualization.useCuttingPlane", mUseCuttingPlaneForViz); 
    61  
    6262        environment->GetBoolValue("ViewCells.Visualization.useCuttingPlane", mUseCuttingPlaneForViz); 
    6363 
Note: See TracChangeset for help on using the changeset viewer.