Changeset 1261


Ignore:
Timestamp:
08/23/06 00:33:57 (18 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/scripts/terrainCulling.cfg

    r1255 r1261  
    11#Scene=../../../../../resources/media/house_test1.iv 
    2 #Scene=../../../../../resources/media/city1500_flat_1.iv;../../../../../media/roofs_1500.iv;../../../../../resources/media/CityRoads60.iv 
     2#Scene=../../../../../resources/media/city1500_flat_1.iv;../../../../../resources/media/roofs_1500.iv;../../../../../resources/media/CityRoads60.iv 
    33Scene=terrain 
    44 
     
    1313 
    1414#VisibilityEnvironment=D:/svn/gametools/GTP/trunk/Lib/Vis/Preprocessing/scripts/generate_viewcells.env 
    15 VisibilityEnvironment=../../../../../../../GTP/trunk/Lib/Vis/Preprocessing/scripts/generate_viewcells.env 
     15#VisibilityEnvironment=../../../../../../../GTP/trunk/Lib/Vis/Preprocessing/scripts/generate_viewcells.env 
  • GTP/trunk/Lib/Vis/Preprocessing/src/BvHierarchy.cpp

    r1259 r1261  
    499499        if ((int)(leaf->mObjects.size()) > mBvhStats.maxObjectRefs) 
    500500                mBvhStats.maxObjectRefs = (int)leaf->mObjects.size(); 
    501  
    502 #ifdef _DEBUG 
    503         Debug << "BSP stats: " 
    504                   << "Depth: " << data.mDepth << " (max: " << mTermMaxDepth << "), " 
    505                   << "Prob: " << data.mProbability << " (min: " << mTermMinProbability << ")\n"; 
    506 #endif 
    507501} 
    508502 
     
    530524        //-- sort so we can use a sweep 
    531525        SortSubdivisionCandidates(tData, axis, minBand, maxBand); 
    532  
    533         int numViewCells; 
    534526 
    535527        float totalVol = PrepareHeuristics(tData); 
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.vcproj

    r1251 r1261  
    2020                                Name="VCCLCompilerTool" 
    2121                                Optimization="0" 
    22                                 AdditionalIncludeDirectories="..\include;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost\include" 
     22                                AdditionalIncludeDirectories="..\include;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost\" 
    2323                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;" 
    2424                                MinimalRebuild="TRUE" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/TestPreprocessor.vcproj

    r1251 r1261  
    3333                        <Tool 
    3434                                Name="VCLinkerTool" 
    35                                 AdditionalDependencies="xerces-c_2D.lib zdll.lib zziplibd.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib Preprocessor.lib glew32.lib" 
     35                                AdditionalDependencies="xerces-c_2D.lib zdll.lib zziplibd.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib Preprocessor.lib glew32.lib" 
    3636                                OutputFile="$(OutDir)/Preprocessor.exe" 
    3737                                LinkIncremental="2" 
    38                                 AdditionalLibraryDirectories="..\include;..\src\GL;&quot;$(CG_LIB_PATH)&quot;;&quot;$(GTPDIR)\NonGTP\Xerces&quot;;&quot;$(GTPDIR)\NonGTP\Xerces\xercesc\lib&quot;;&quot;$(GTPDIR)\NonGTP\zlib\lib&quot;;&quot;$(GTPDIR)\NonGTP\Devil\lib&quot;;..\lib\debug;&quot;$(BOOST_LIB)&quot;" 
     38                                AdditionalLibraryDirectories="..\src\GL;..\lib\debug;..\..\..\..\..\..\NonGTP\Boost\lib;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib" 
    3939                                GenerateDebugInformation="TRUE" 
    4040                                ProgramDatabaseFile="$(OutDir)/TestPreprocessor.pdb" 
Note: See TracChangeset for help on using the changeset viewer.