Changeset 673


Ignore:
Timestamp:
03/02/06 18:56:43 (18 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/HillyTerrain/OGRE/TerrainFrameListener.cpp

    r639 r673  
    436436} 
    437437//----------------------------------------------------------------------- 
    438 void TerrainFrameListener::applyVisibilityQuery(bool fromPoint, bool relativeVisibility,  
     438void TerrainFrameListener::applyVisibilityQuery(bool fromPoint,  
     439                                                                                                bool relativeVisibility,  
    439440                                                                                                bool useItemBuffer) 
    440441{ 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/egsr_test_script

    r672 r673  
    114114-view_cells_filename=$LOG_PREFIX-$METHOD-viewCells.x3d  
    115115 
    116 #-view_cells_term_max_view_cells=50000 
     116#-vsp_bsp_term_max_view_cells=50000 
    117117 
    118118mv debug.log $LOG_PREFIX-$METHOD-debug.log 
     
    227227$PROGRAM $ENVIRONMENT \ 
    228228-view_cells_type=vspBspTree \ 
    229 -view_cells_term_max_view_cells=2500 \ 
     229-vsp_bsp_term_max_view_cells=2500 \ 
    230230-vsp_bsp_construction_samples=50000 \ 
    231231-view_cells_construction_samples=0 \ 
     
    255255$PROGRAM $ENVIRONMENT \ 
    256256-view_cells_type=vspBspTree \ 
    257 -view_cells_term_max_view_cells=2500 \ 
     257-vsp_bsp_term_max_view_cells=2500 \ 
    258258-vsp_bsp_construction_samples=2500000 \ 
    259259-view_cells_construction_samples=0 \ 
     
    282282$PROGRAM $ENVIRONMENT \ 
    283283-view_cells_type=vspBspTree \ 
    284 -view_cells_term_max_view_cells=2500 \ 
     284-vsp_bsp_term_max_view_cells=2500 \ 
    285285-vsp_bsp_construction_samples=2500000 \ 
    286286-view_cells_construction_samples=0 \ 
  • GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp

    r670 r673  
    19591959        RegisterOption("VspBspTree.Construction.samples", 
    19601960                                        optInt, 
    1961                                         "bsp_construction_samples=", 
     1961                                        "vsp_bsp_construction_samples=", 
    19621962                                        "100000"); 
    19631963 
  • GTP/trunk/Lib/Vis/README_ONLINE.txt

    r657 r673  
    99   in the following it is assumed that your repository is located in e:\svn\gametools (not required, just replace your path) 
    1010 
    11  
    12113) add following environment variables: 
    13    OGRE_PATH: directory where ogre.sln is located (in directory OGRE) 
     12   OGRE_PATH: points to directory where ogre.sln is located (i.e., the directory OGRE) 
    1413 
    15144) Set preprocessor flag GTP_VISIBILITY_MODIFIED_OGRE to the example projects you want to use 
    1615 
    17 5) open scripts GTP\trunk\Lib\Vis\shared\GtpVisibility.sln and compile all 
     165) open scripts GTP\trunk\Lib\Vis\shared\GtpVisibility.sln and build all 
    1817 
    19186) start TerrainExampleApplication for testing 
Note: See TracChangeset for help on using the changeset viewer.