Changeset 1926 for GTP/trunk/Lib/Vis/Preprocessing/scripts
- Timestamp:
- 01/02/07 01:44:59 (18 years ago)
- 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 15 15 # stored sample rays 16 16 samplesFilename rays.out 17 useGlRenderer false 17 useGlRenderer true 18 #useGlRenderer false 18 19 useGlDebugger false 19 # 0 = INTERNAL 1 = MLRT 20 20 21 # 0 = INTERNAL 1 = MLRT 21 22 rayCastMethod 0 22 23 … … 67 68 pvs false 68 69 rssTree false 69 rays false70 numRays 200071 70 } 72 71 -
GTP/trunk/Lib/Vis/Preprocessing/scripts/preprocess_visibility.sh
r1746 r1926 2 2 3 3 PREPROCESSOR=../bin/release/preprocessor.exe 4 #PREPROCESSOR=../bin/debug/preprocessor.exe 4 5 5 6 if [ $# -ne 3 ]
Note: See TracChangeset
for help on using the changeset viewer.