Ignore:
Timestamp:
01/22/08 18:59:25 (16 years ago)
Author:
mattausch
Message:

added new view cell
deleted other view cell generation stuff (please use generate_viewcells.sh script)
added visualizaton method for gvs

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

Legend:

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

    r2540 r2625  
    1515SCENE_PATH=../data/vienna 
    1616 
    17 #SCENE=arena-high-lods 
    18 #SCENE_PATH=../data/Arena 
     17SCENE=arena-high-lods 
     18SCENE_PATH=../data/Arena 
    1919 
    2020 
     
    2929####################################################### 
    3030 
    31 METHOD=seq 
     31NODES=4000 
     32VIEWCELLS=5000 
    3233 
    33 NODES=4000 
    34 VIEWCELLS=4000 
    3534USE_HEUR=false 
    3635OBJ_WEIGHT=20 
     36 
    3737SAMPLES=1000000 
     38 
     39METHOD=$VIEWCELLS-viewcells.xml.gz 
    3840  
    3941echo "$SCENE $METHOD" 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/gvs.env

    r2596 r2625  
    126126ViewCells { 
    127127         
     128        useKdPvs true 
     129 
    128130        # samples used for view cell construction  
    129131        # (after the sampling used for the hierarchy) 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/run_demo_arena

    r2596 r2625  
    77SCENE=../data/Arena/arena-high-lods.obj 
    88VIEWCELLS=../data/Arena/arena-high-lods-57000-viewcells.xml.gz 
     9VIEWCELLS=../data/Arena/arena-high-lods-10000-viewcells.xml.gz 
     10VIEWCELLS=../data/Arena/arena-high-lods-5000-viewcells.xml.gz 
     11 
    912 
    1013#-rss_distributions=mutation+object_direction+spatial \ 
Note: See TracChangeset for help on using the changeset viewer.