Ignore:
Timestamp:
01/31/07 18:11:51 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/generate_viewcells.env

    r2066 r2069  
    1212 
    1313Preprocessor { 
    14 samplesPerPass 3000000 
     14samplesPerPass 6000000 
    1515        useGlRenderer false 
    1616        type vss 
     
    1919        loadMeshes false 
    2020        # internal raycaster 
    21         rayCastMethod 0 
     21        #rayCastMethod 0 
    2222        # intel raycaster 
    23         #rayCastMethod 1 
     23        rayCastMethod 1 
    2424        exportVisibility false 
    2525        loadKdTree false 
     
    159159                samples 20000 
    160160                exportRays true 
    161                 exportGeometry true 
     161                exportGeometry false 
    162162                exportMergedViewCells false 
    163163                useClipPlane true 
     
    167167        } 
    168168 
    169         #showVisualization true 
    170         showVisualization false 
     169        showVisualization true 
     170        #showVisualization false 
    171171        evaluateViewCells false 
    172172         
     
    190190VspBspTree { 
    191191        Construction { 
    192                 samples 2000000 
     192                samples 900000 
    193193                epsilon 0.0000001 
    194194                randomize false 
     
    238238                minGlobalCostRatio      0.0001 
    239239 
    240                 maxViewCells            5000 
     240                maxViewCells            6000 
    241241         
    242242                # used for pvs criterium 
Note: See TracChangeset for help on using the changeset viewer.