Ignore:
Timestamp:
01/23/08 01:38:11 (16 years ago)
Author:
mattausch
Message:

revived hash pvs

Location:
GTP/trunk/Lib/Vis/Preprocessing/scripts
Files:
3 edited

Legend:

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

    r2621 r2633  
    170170 
    171171KdTree { 
    172         pvsArea   8e-4 
     172        pvsArea   3e-5 
    173173        sahUseFaces false 
    174174        Termination { 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/generate_viewcells.sh

    r2625 r2633  
    1717SCENE=arena-high-lods 
    1818SCENE_PATH=../data/Arena 
     19 
     20SCENE=PompeiiTen 
     21SCENE_PATH=../data/pompeii 
    1922 
    2023 
     
    3740SAMPLES=1000000 
    3841 
    39 METHOD=$VIEWCELLS-viewcells.xml.gz 
     42METHOD=$VIEWCELLS 
    4043  
    4144echo "$SCENE $METHOD" 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/run_gvs_arena.sh

    r2601 r2633  
    1212SCENE=../data/Arena/arena-high-lods.obj 
    1313VIEWCELLS=../data/Arena/arena-high-lods-57000-viewcells.xml.gz 
     14VIEWCELLS=../data/Arena/arena-high-lods-10000-viewcells.xml.gz 
     15VIEWCELLS=../data/Arena/arena-high-lods-5000-viewcells.xml.gz 
    1416 
    1517LOG_PREFIX=../scripts/tests/sig2008 
     
    2931-gvs_initial_samples=16 \ 
    3032-gvs_max_viewcells=200 \ 
    31 -gvs_min_contribution=50 \ 
     33-gvs_min_contribution=200 \ 
    3234-gvs_per_viewcell=true \ 
    3335-view_cells_filename=$VIEWCELLS \ 
Note: See TracChangeset for help on using the changeset viewer.