source: trunk/VUT/work/TestCulling/TestCulling.vcproj @ 136

Revision 136, 5.9 KB checked in by mattausch, 19 years ago (diff)

fixed from camera visibility queries.
deletion of (previously) rendered queue items now before rendering the node (more intuitive)
improved octree implementation (tighter boxes)
added boxes for visibility queries

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="TestCulling"
6        ProjectGUID="{B5A492C7-F04F-4F9A-9483-3303EBEB4306}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory=".\lib\$(ConfigurationName)"
16                        IntermediateDirectory=".\obj\$(ConfigurationName)"
17                        ConfigurationType="1"
18                        CharacterSet="2"
19                        ReferencesPath="">
20                        <Tool
21                                Name="VCCLCompilerTool"
22                                Optimization="0"
23                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\include&quot;;&quot;$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;../include;../../GtpVisibility/include;../../Ogre/include"
24                                PreprocessorDefinitions="_WINDOWS;_STLP_USE_DYNAMIC_LIB;OGRE_LIBRARY_IMPORTS;_DEBUG;WIN32;_STLP_DEBUG;PLUGIN_TERRAIN_IMPORTS;GTP_VISIBILITY_MODIFIED_OGRE"
25                                MinimalRebuild="TRUE"
26                                BasicRuntimeChecks="3"
27                                RuntimeLibrary="3"
28                                RuntimeTypeInfo="TRUE"
29                                UsePrecompiledHeader="0"
30                                WarningLevel="3"
31                                Detect64BitPortabilityProblems="TRUE"
32                                DebugInformationFormat="4"/>
33                        <Tool
34                                Name="VCCustomBuildTool"/>
35                        <Tool
36                                Name="VCLinkerTool"
37                                AdditionalDependencies="Plugin_OctreeSceneManager.lib OGREMain_d.LIB CEGUIBase_d.lib OgreGUIRenderer_d.lib Plugin_DotSceneManager.lib Plugin_VisibilitySceneManager.lib"
38                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Debug/TestCulling.exe"
39                                LinkIncremental="2"
40                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)&quot;;&quot;$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\bin\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;$(GAMETOOLS_PATH)\trunk\VUT\Ogre\lib\$(ConfigurationName)&quot;"
41                                GenerateDebugInformation="TRUE"
42                                ProgramDatabaseFile="$(OutDir)/TestCulling.pdb"
43                                SubSystem="2"
44                                ImportLibrary=""
45                                TargetMachine="1"/>
46                        <Tool
47                                Name="VCMIDLTool"/>
48                        <Tool
49                                Name="VCPostBuildEventTool"/>
50                        <Tool
51                                Name="VCPreBuildEventTool"/>
52                        <Tool
53                                Name="VCPreLinkEventTool"/>
54                        <Tool
55                                Name="VCResourceCompilerTool"/>
56                        <Tool
57                                Name="VCWebServiceProxyGeneratorTool"/>
58                        <Tool
59                                Name="VCXMLDataGeneratorTool"/>
60                        <Tool
61                                Name="VCWebDeploymentTool"/>
62                        <Tool
63                                Name="VCManagedWrapperGeneratorTool"/>
64                        <Tool
65                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
66                </Configuration>
67                <Configuration
68                        Name="Release|Win32"
69                        OutputDirectory=".\bin\$(ConfigurationName)"
70                        IntermediateDirectory=".\obj\$(ConfigurationName)"
71                        ConfigurationType="1"
72                        CharacterSet="2">
73                        <Tool
74                                Name="VCCLCompilerTool"
75                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\include&quot;;&quot;$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;../include;../../Ogre/include;../../GtpVisibility/include"
76                                PreprocessorDefinitions="_WINDOWS;_STLP_USE_DYNAMIC_LIB;OGRE_LIBRARY_IMPORTS;_RELEASE;WIN32;_STLP_RELEASE;GTP_VISIBILITY_MODIFIED_OGRE"
77                                RuntimeLibrary="2"
78                                UsePrecompiledHeader="0"
79                                WarningLevel="3"
80                                Detect64BitPortabilityProblems="TRUE"
81                                DebugInformationFormat="3"/>
82                        <Tool
83                                Name="VCCustomBuildTool"/>
84                        <Tool
85                                Name="VCLinkerTool"
86                                AdditionalDependencies="OGREMain.LIB Plugin_OctreeSceneManager.lib CEGUIBase.lib OgreGUIRenderer.lib Plugin_VisibilitySceneManager.lib"
87                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Release/TestCulling.exe"
88                                LinkIncremental="1"
89                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)&quot;;&quot;$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\bin\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)&quot;;&quot;$(GAMETOOLS_PATH)\trunk\VUT\Ogre\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;"
90                                GenerateDebugInformation="TRUE"
91                                SubSystem="2"
92                                OptimizeReferences="2"
93                                EnableCOMDATFolding="2"
94                                TargetMachine="1"/>
95                        <Tool
96                                Name="VCMIDLTool"/>
97                        <Tool
98                                Name="VCPostBuildEventTool"/>
99                        <Tool
100                                Name="VCPreBuildEventTool"/>
101                        <Tool
102                                Name="VCPreLinkEventTool"/>
103                        <Tool
104                                Name="VCResourceCompilerTool"/>
105                        <Tool
106                                Name="VCWebServiceProxyGeneratorTool"/>
107                        <Tool
108                                Name="VCXMLDataGeneratorTool"/>
109                        <Tool
110                                Name="VCWebDeploymentTool"/>
111                        <Tool
112                                Name="VCManagedWrapperGeneratorTool"/>
113                        <Tool
114                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
115                </Configuration>
116        </Configurations>
117        <References>
118        </References>
119        <Files>
120                <Filter
121                        Name="Source Files"
122                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
123                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
124                        <File
125                                RelativePath=".\TestCullingApplication.cpp">
126                        </File>
127                </Filter>
128                <Filter
129                        Name="Header Files"
130                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
131                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
132                        <File
133                                RelativePath=".\TestCullingApplication.h">
134                        </File>
135                </Filter>
136                <Filter
137                        Name="Resource Files"
138                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
139                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
140                </Filter>
141        </Files>
142        <Globals>
143        </Globals>
144</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.