Ignore:
Timestamp:
02/01/07 11:18:15 (18 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing/scripts
Files:
2 edited

Legend:

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

    r2069 r2070  
    1212 
    1313Preprocessor { 
    14 samplesPerPass 6000000 
     14samplesPerPass 3000000 
    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 
     
    190190VspBspTree { 
    191191        Construction { 
    192                 samples 900000 
     192                samples 200000 
    193193                epsilon 0.0000001 
    194194                randomize false 
     
    238238                minGlobalCostRatio      0.0001 
    239239 
    240                 maxViewCells            6000 
     240                maxViewCells            3000 
    241241         
    242242                # used for pvs criterium 
Note: See TracChangeset for help on using the changeset viewer.