Changeset 1298


Ignore:
Timestamp:
08/30/06 09:56:07 (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

    r1290 r1298  
    222222        mMyLoadingInfo->setCaption("loading view cells ..."); 
    223223 
    224  
    225224        mLoadingOverlay->hide(); 
    226225 
  • GTP/trunk/App/Demos/Vis/HillyTerrain/OGRE/TestCullingTerrain.vcproj

    r1275 r1298  
    7777                                InlineFunctionExpansion="2" 
    7878                                FavorSizeOrSpeed="1" 
    79                                 OptimizeForProcessor="3" 
     79                                OptimizeForProcessor="0" 
    8080                                OptimizeForWindowsApplication="TRUE" 
    8181                                AdditionalIncludeDirectories=""$(OGRE_PATH)\Dependencies\include";"$(OGRE_PATH)\OgreMain\include";"$(OGRE_PATH)\Samples\Common\include";"$(OGRE_PATH)\Dependencies\include\CEGUI";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\include";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include";..\..\Ogre\include;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\include;..\include;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\OGRE\include;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\include" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/BvHierarchy.cpp

    r1297 r1298  
    842842                { 
    843843                        if (mUseCostHeuristics) 
    844                         {cout << "h"; 
     844                        { 
    845845                                //-- partition objects using heuristics 
    846846                                nCostRatio[axis] = 
     
    852852                        } 
    853853                        else 
    854                         {cout << "m"; 
     854                        { 
    855855                                nCostRatio[axis] = 
    856856                                        EvalLocalObjectPartition( 
  • GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.cpp

    r1297 r1298  
    273273        const long startTime = GetTime();        
    274274         
    275         const bool repairQueue = false; 
     275        const bool repairQueue = true; 
    276276        // process object space candidates 
    277277        RunConstruction(repairQueue); 
Note: See TracChangeset for help on using the changeset viewer.