Changeset 2211


Ignore:
Timestamp:
03/08/07 16:32:45 (17 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/preprocess_visibility.env

    r2210 r2211  
    2424        useGlDebugger false 
    2525# 0 = INTERNAL          1 = MLRT 
    26         rayCastMethod 1 
     26        rayCastMethod 0 
    2727         
    2828        type combined 
     
    128128        importRandomViewCells false 
    129129 
    130         useKdPvs false 
     130        useKdPvs true 
    131131        useKdPvsAfterFiltering true 
    132132        # samples used for view cell construction 
     
    205205        } 
    206206 
    207 #filename ../data/Arena/viewcells-20000.xml 
    208  
    209  
     207 
     208        #filename ../data/Arena/viewcells-20000.xml 
    210209        filename ../data/vienna/vienna_cropped-gradient-viewcells.xml.gz 
    211  
    212 } 
    213  
    214  
    215 Simulation { 
    216         objRenderCost 1.0 
    217         vcOverhead 1.0 
    218         # always between 0 and 1 
    219         moveSpeed 0.0001 
    220 } 
    221  
     210} 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/preprocess_visibility_internal.sh

    r2199 r2211  
    2020-preprocessor_ray_cast_method=1 \ 
    2121-samples_per_pass=1000000 \ 
    22 -view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ 
     22-view_cells_use_kd_pvs- -af_use_kd_pvs- \ 
    2323-mutation_silhouette_prob=0.5 \ 
    2424-mutation_reverse_samples_distance=1.0 \ 
Note: See TracChangeset for help on using the changeset viewer.