Changeset 673 for GTP/trunk/Lib
- Timestamp:
- 03/02/06 18:56:43 (19 years ago)
- Location:
- GTP/trunk/Lib/Vis
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/egsr_test_script
r672 r673 114 114 -view_cells_filename=$LOG_PREFIX-$METHOD-viewCells.x3d 115 115 116 #-v iew_cells_term_max_view_cells=50000116 #-vsp_bsp_term_max_view_cells=50000 117 117 118 118 mv debug.log $LOG_PREFIX-$METHOD-debug.log … … 227 227 $PROGRAM $ENVIRONMENT \ 228 228 -view_cells_type=vspBspTree \ 229 -v iew_cells_term_max_view_cells=2500 \229 -vsp_bsp_term_max_view_cells=2500 \ 230 230 -vsp_bsp_construction_samples=50000 \ 231 231 -view_cells_construction_samples=0 \ … … 255 255 $PROGRAM $ENVIRONMENT \ 256 256 -view_cells_type=vspBspTree \ 257 -v iew_cells_term_max_view_cells=2500 \257 -vsp_bsp_term_max_view_cells=2500 \ 258 258 -vsp_bsp_construction_samples=2500000 \ 259 259 -view_cells_construction_samples=0 \ … … 282 282 $PROGRAM $ENVIRONMENT \ 283 283 -view_cells_type=vspBspTree \ 284 -v iew_cells_term_max_view_cells=2500 \284 -vsp_bsp_term_max_view_cells=2500 \ 285 285 -vsp_bsp_construction_samples=2500000 \ 286 286 -view_cells_construction_samples=0 \ -
GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp
r670 r673 1959 1959 RegisterOption("VspBspTree.Construction.samples", 1960 1960 optInt, 1961 " bsp_construction_samples=",1961 "vsp_bsp_construction_samples=", 1962 1962 "100000"); 1963 1963 -
GTP/trunk/Lib/Vis/README_ONLINE.txt
r657 r673 9 9 in the following it is assumed that your repository is located in e:\svn\gametools (not required, just replace your path) 10 10 11 12 11 3) add following environment variables: 13 OGRE_PATH: directory where ogre.sln is located (indirectory OGRE)12 OGRE_PATH: points to directory where ogre.sln is located (i.e., the directory OGRE) 14 13 15 14 4) Set preprocessor flag GTP_VISIBILITY_MODIFIED_OGRE to the example projects you want to use 16 15 17 5) open scripts GTP\trunk\Lib\Vis\shared\GtpVisibility.sln and compileall16 5) open scripts GTP\trunk\Lib\Vis\shared\GtpVisibility.sln and build all 18 17 19 18 6) start TerrainExampleApplication for testing
Note: See TracChangeset
for help on using the changeset viewer.