Ignore:
Timestamp:
01/02/07 01:44:59 (18 years ago)
Author:
mattausch
Message:

worked on preprocessor with and without qt and threads

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

Legend:

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

    r1746 r1926  
    1515        # stored sample rays 
    1616        samplesFilename rays.out 
    17         useGlRenderer false 
     17        useGlRenderer true 
     18        #useGlRenderer false 
    1819        useGlDebugger false 
    19 # 0 = INTERNAL          1 = MLRT 
    20  
     20 
     21        # 0 = INTERNAL  1 = MLRT 
    2122        rayCastMethod 0 
    2223         
     
    6768                pvs false 
    6869                rssTree false 
    69                 rays false 
    70                 numRays 2000 
    7170        } 
    7271 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/preprocess_visibility.sh

    r1746 r1926  
    22 
    33PREPROCESSOR=../bin/release/preprocessor.exe 
     4#PREPROCESSOR=../bin/debug/preprocessor.exe 
    45 
    56if [ $# -ne 3 ] 
Note: See TracChangeset for help on using the changeset viewer.