Changeset 672


Ignore:
Timestamp:
03/02/06 16:21:17 (18 years ago)
Author:
mattausch
Message:

fixed paths

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/scripts/Plugin_VisibilitySceneManager.vcproj

    r670 r672  
    8888                                EnableFiberSafeOptimizations="TRUE" 
    8989                                OptimizeForProcessor="2" 
    90                                 AdditionalIncludeDirectories=""$(OGRE_PATH)\PlugIns\OctreeSceneManager\include";"$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\include";"$(OGRE_PATH)\Samples\Common\include";"$(OGRE_PATH)\Dependencies\include\CEGUI";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include";"$(OGRE_PATH)\OgreMain\include";"$(OGRE_PATH)\Dependencies\include";..\include;..\..\..\OnlineCullingCHC\include" 
     90                                AdditionalIncludeDirectories=""$(OGRE_PATH)\PlugIns\OctreeSceneManager\include";"$(OGRE_PATH)\Samples\Common\include";"$(OGRE_PATH)\Dependencies\include\CEGUI";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include";"$(OGRE_PATH)\OgreMain\include";"$(OGRE_PATH)\Dependencies\include";..\include;..\..\..\OnlineCullingCHC\include" 
    9191                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GTP_VISIBILITY_MODIFIED_OGRE" 
    9292                                StringPooling="TRUE" 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/egsr_test_script

    r670 r672  
    186186 
    187187 
     188 
    188189################################################################ 
    189190#             vspbsptree - good merge                          # 
     
    227228-view_cells_type=vspBspTree \ 
    228229-view_cells_term_max_view_cells=2500 \ 
    229 -vsp_bsp_construction_samples=100000 \ 
    230 -view_cells_construction_samples=0 \ 
    231 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \ 
    232 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \ 
    233 -vsp_bsp_subdivision_stats=$LOG_PREFIX-$METHOD-subdivisionStats.log \ 
    234 -view_cells_post_process_merge=false \ 
    235 -view_cells_filename=$LOG_PREFIX-$METHOD-viewCells.x3d 
    236  
    237 mv debug.log $LOG_PREFIX-$METHOD-debug.log 
     230-vsp_bsp_construction_samples=50000 \ 
     231-view_cells_construction_samples=0 \ 
     232-view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \ 
     233-view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \ 
     234-vsp_bsp_subdivision_stats=$LOG_PREFIX-$METHOD-subdivisionStats.log \ 
     235-view_cells_post_process_merge=false \ 
     236-view_cells_filename=$LOG_PREFIX-$METHOD-viewCells.x3d 
     237 
     238mv debug.log $LOG_PREFIX-$METHOD-debug.log 
     239 
    238240 
    239241 
     
    286288-view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \ 
    287289-vsp_bsp_subdivision_stats=$LOG_PREFIX-$METHOD-subdivisionStats.log \ 
    288 -view_cells_post_process_merge=true \ 
    289 -vsp_bsp_use_split_cost_queue=false \ 
    290 -view_cells_filename=$LOG_PREFIX-$METHOD-viewCells.x3d 
    291  
    292 mv debug.log $LOG_PREFIX-$METHOD-debug.log 
     290-view_cells_post_process_merge=false \ 
     291-vsp_bsp_use_split_cost_queue=false \ 
     292-view_cells_filename=$LOG_PREFIX-$METHOD-viewCells.x3d 
     293 
     294mv debug.log $LOG_PREFIX-$METHOD-debug.log 
  • OGRE/trunk/ogrenew/Samples/Common/bin/Release/resources.cfg

    r663 r672  
    1515FileSystem=../../../Media/particle 
    1616FileSystem=../../../Media/gui 
    17 FileSystem=E:/svn/gametools/OGRE/trunk/resources/materials/scripts 
    18 FileSystem=E:/svn/gametools/OGRE/trunk/resources/materials/textures 
    19 FileSystem=E:/svn/gametools/OGRE/trunk/resources/models 
    20 FileSystem=E:/svn/gametools/OGRE/trunk/resources/models/trees 
    21 FileSystem=E:/svn/gametools/OGRE/trunk/resources/overlays 
    22 FileSystem=E:/svn/gametools/OGRE/trunk/resources/media 
     17FileSystem=../../../../../resources/materials/scripts 
     18FileSystem=../../../../../resources/materials/textures 
     19FileSystem=../../../../../resources/models 
     20FileSystem=../../../../../resources/models/trees 
     21FileSystem=../../../../../resources/overlays 
     22FileSystem=../../../../../resources/media 
    2323Zip=../../../Media/packs/cubemap.zip 
    2424Zip=../../../Media/packs/cubemapsJS.zip 
Note: See TracChangeset for help on using the changeset viewer.