Ignore:
Timestamp:
01/18/07 10:25:29 (17 years ago)
Author:
bittner
Message:

mutation updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/run

    r1986 r1989  
    11#!/bin/sh 
    22 
    3 COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -preprocessor_ray_cast_method=0" 
     3COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -preprocessor_ray_cast_method=1" 
    44 
    5 #SCENE=../data/Pompeii/PompeiiTen.obj 
    6 #VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz 
     5SCENE=../data/Pompeii/PompeiiTen.obj 
     6VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz 
    77 
    88#SCENE=../data/artificial/room_with_sphere.obj 
    99#VIEWCELLS=../data/artificial/simpleHoleViewCell.x3d 
    1010 
    11 SCENE=../data/soda/soda5.dat 
    12 VIEWCELLS=../data/soda/soda5-viewcells.xml 
     11#SCENE=../data/soda/soda5.dat 
     12#VIEWCELLS=../data/soda/soda5-viewcells.xml 
    1313 
    1414$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 
Note: See TracChangeset for help on using the changeset viewer.