Ignore:
Timestamp:
07/27/06 13:00:41 (18 years ago)
Author:
szydlowski
Message:

Added KdTreeSceneManager? to Plugin_VisibilitySceneManager (OnlineCullingCHC)
The KdTreeSceneManager? features view frustum culling only so far, occlusion culling will be implemented soon
Also added a test application for the KdTreeSceneManager? to App/Demos/Vis?

Location:
GTP/trunk/Lib/Vis/Preprocessing/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/Preprocessor.vcproj

    r1150 r1163  
    2929                                WarningLevel="3" 
    3030                                Detect64BitPortabilityProblems="TRUE" 
    31                                 DebugInformationFormat="4"/> 
     31                                DebugInformationFormat="3"/> 
    3232                        <Tool 
    3333                                Name="VCCustomBuildTool"/> 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/TestPreprocessor.vcproj

    r1150 r1163  
    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" 
     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;" 
    3939                                GenerateDebugInformation="TRUE" 
    4040                                ProgramDatabaseFile="$(OutDir)/TestPreprocessor.pdb" 
Note: See TracChangeset for help on using the changeset viewer.