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?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/QtRenderer/QtRenderer.vcproj

    r1153 r1163  
    2020                                Name="VCCLCompilerTool" 
    2121                                Optimization="0" 
    22                                 AdditionalIncludeDirectories=""$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl"" 
     22                                AdditionalIncludeDirectories="..\Preprocessing\src;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\..\..\..\..\NonGTP\Zlib\include;"$(CG_INC_PATH)"" 
    2323                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;QTRENDERER_EXPORTS" 
    2424                                MinimalRebuild="TRUE" 
     
    2828                                WarningLevel="3" 
    2929                                Detect64BitPortabilityProblems="TRUE" 
    30                                 DebugInformationFormat="4"/> 
     30                                DebugInformationFormat="3"/> 
    3131                        <Tool 
    3232                                Name="VCCustomBuildTool"/> 
    3333                        <Tool 
    3434                                Name="VCLinkerTool" 
    35                                 AdditionalDependencies="preprocessor.lib " 
    36                                 OutputFile="$(OutDir)/QtRenderer.dll" 
    37                                 LinkIncremental="2" 
     35                                AdditionalDependencies="Preprocessor.lib qtmain.lib QtGui4.lib Qt3Support4.lib QAxContainer.lib QtCore4.lib QtOpenGL4.lib xerces-c_2.lib glew32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib" 
     36                                OutputFile="$(OutDir)/QtGlRenderer.dll" 
     37                                LinkIncremental="1" 
     38                                AdditionalLibraryDirectories="&quot;$(QTDIR)\lib&quot;;..\..\..\..\..\NonGTP\Zlib\lib;&quot;$(CG_LIB_PATH)&quot;;&quot;..\Preprocessing\lib\$(ConfigurationName)&quot;;..\Preprocessing\src\GL;..\..\..\..\..\NonGTP\Xerces\xercesc\lib" 
    3839                                GenerateDebugInformation="TRUE" 
    39                                 ProgramDatabaseFile="$(OutDir)/QtRenderer.pdb" 
     40                                ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" 
    4041                                SubSystem="2" 
    4142                                ImportLibrary="$(OutDir)/QtRenderer.lib" 
Note: See TracChangeset for help on using the changeset viewer.