[2642] | 1 | <?xml version="1.0" encoding="Windows-1252"?>
|
---|
| 2 | <VisualStudioProject
|
---|
| 3 | ProjectType="Visual C++"
|
---|
| 4 | Version="8,00"
|
---|
[3010] | 5 | Name="DemoEngine"
|
---|
[2642] | 6 | ProjectGUID="{03661866-4093-4B02-B26A-028EA91AF023}"
|
---|
| 7 | RootNamespace="chc_revisited"
|
---|
| 8 | Keyword="Win32Proj"
|
---|
| 9 | >
|
---|
| 10 | <Platforms>
|
---|
| 11 | <Platform
|
---|
| 12 | Name="Win32"
|
---|
| 13 | />
|
---|
| 14 | </Platforms>
|
---|
| 15 | <ToolFiles>
|
---|
| 16 | </ToolFiles>
|
---|
| 17 | <Configurations>
|
---|
| 18 | <Configuration
|
---|
| 19 | Name="Debug|Win32"
|
---|
[3019] | 20 | OutputDirectory="$(SolutionDir)/lib/$(ConfigurationName)"
|
---|
[3260] | 21 | IntermediateDirectory="$(SolutionDir)/obj/$(ConfigurationName)"
|
---|
[3019] | 22 | ConfigurationType="4"
|
---|
[2642] | 23 | CharacterSet="1"
|
---|
| 24 | >
|
---|
| 25 | <Tool
|
---|
| 26 | Name="VCPreBuildEventTool"
|
---|
| 27 | />
|
---|
| 28 | <Tool
|
---|
| 29 | Name="VCCustomBuildTool"
|
---|
| 30 | />
|
---|
| 31 | <Tool
|
---|
| 32 | Name="VCXMLDataGeneratorTool"
|
---|
| 33 | />
|
---|
| 34 | <Tool
|
---|
| 35 | Name="VCWebServiceProxyGeneratorTool"
|
---|
| 36 | />
|
---|
| 37 | <Tool
|
---|
| 38 | Name="VCMIDLTool"
|
---|
| 39 | />
|
---|
| 40 | <Tool
|
---|
| 41 | Name="VCCLCompilerTool"
|
---|
| 42 | Optimization="0"
|
---|
[2808] | 43 | AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;"$(CG_INC_PATH)""
|
---|
[3021] | 44 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_SET"
|
---|
[2642] | 45 | MinimalRebuild="true"
|
---|
| 46 | BasicRuntimeChecks="3"
|
---|
| 47 | RuntimeLibrary="3"
|
---|
[2751] | 48 | RuntimeTypeInfo="false"
|
---|
[2642] | 49 | UsePrecompiledHeader="0"
|
---|
| 50 | WarningLevel="3"
|
---|
| 51 | Detect64BitPortabilityProblems="true"
|
---|
| 52 | DebugInformationFormat="4"
|
---|
| 53 | />
|
---|
| 54 | <Tool
|
---|
| 55 | Name="VCManagedResourceCompilerTool"
|
---|
| 56 | />
|
---|
| 57 | <Tool
|
---|
| 58 | Name="VCResourceCompilerTool"
|
---|
| 59 | />
|
---|
| 60 | <Tool
|
---|
| 61 | Name="VCPreLinkEventTool"
|
---|
| 62 | />
|
---|
| 63 | <Tool
|
---|
[3019] | 64 | Name="VCLibrarianTool"
|
---|
[2642] | 65 | />
|
---|
| 66 | <Tool
|
---|
| 67 | Name="VCALinkTool"
|
---|
| 68 | />
|
---|
| 69 | <Tool
|
---|
| 70 | Name="VCXDCMakeTool"
|
---|
| 71 | />
|
---|
| 72 | <Tool
|
---|
| 73 | Name="VCBscMakeTool"
|
---|
| 74 | />
|
---|
| 75 | <Tool
|
---|
| 76 | Name="VCFxCopTool"
|
---|
| 77 | />
|
---|
| 78 | <Tool
|
---|
| 79 | Name="VCPostBuildEventTool"
|
---|
| 80 | />
|
---|
| 81 | </Configuration>
|
---|
| 82 | <Configuration
|
---|
| 83 | Name="Release|Win32"
|
---|
[3010] | 84 | OutputDirectory="$(SolutionDir)/lib/$(ConfigurationName)"
|
---|
[3260] | 85 | IntermediateDirectory="$(SolutionDir)/obj/$(ConfigurationName)"
|
---|
[3010] | 86 | ConfigurationType="4"
|
---|
[2642] | 87 | CharacterSet="1"
|
---|
| 88 | WholeProgramOptimization="1"
|
---|
| 89 | >
|
---|
| 90 | <Tool
|
---|
| 91 | Name="VCPreBuildEventTool"
|
---|
| 92 | />
|
---|
| 93 | <Tool
|
---|
| 94 | Name="VCCustomBuildTool"
|
---|
| 95 | />
|
---|
| 96 | <Tool
|
---|
| 97 | Name="VCXMLDataGeneratorTool"
|
---|
| 98 | />
|
---|
| 99 | <Tool
|
---|
| 100 | Name="VCWebServiceProxyGeneratorTool"
|
---|
| 101 | />
|
---|
| 102 | <Tool
|
---|
| 103 | Name="VCMIDLTool"
|
---|
| 104 | />
|
---|
| 105 | <Tool
|
---|
| 106 | Name="VCCLCompilerTool"
|
---|
[2755] | 107 | Optimization="3"
|
---|
[2751] | 108 | InlineFunctionExpansion="2"
|
---|
| 109 | EnableIntrinsicFunctions="true"
|
---|
| 110 | FavorSizeOrSpeed="1"
|
---|
| 111 | OmitFramePointers="true"
|
---|
| 112 | EnableFiberSafeOptimizations="true"
|
---|
[2808] | 113 | AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include;"$(CG_INC_PATH)""
|
---|
[3230] | 114 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_SET"
|
---|
[2764] | 115 | StringPooling="true"
|
---|
[2642] | 116 | RuntimeLibrary="2"
|
---|
[2764] | 117 | BufferSecurityCheck="false"
|
---|
| 118 | EnableEnhancedInstructionSet="2"
|
---|
[2751] | 119 | RuntimeTypeInfo="false"
|
---|
[2642] | 120 | UsePrecompiledHeader="0"
|
---|
[2755] | 121 | BrowseInformation="1"
|
---|
[2642] | 122 | WarningLevel="3"
|
---|
| 123 | Detect64BitPortabilityProblems="true"
|
---|
| 124 | DebugInformationFormat="3"
|
---|
| 125 | />
|
---|
| 126 | <Tool
|
---|
| 127 | Name="VCManagedResourceCompilerTool"
|
---|
| 128 | />
|
---|
| 129 | <Tool
|
---|
| 130 | Name="VCResourceCompilerTool"
|
---|
| 131 | />
|
---|
| 132 | <Tool
|
---|
| 133 | Name="VCPreLinkEventTool"
|
---|
| 134 | />
|
---|
| 135 | <Tool
|
---|
[3010] | 136 | Name="VCLibrarianTool"
|
---|
[2642] | 137 | />
|
---|
| 138 | <Tool
|
---|
| 139 | Name="VCALinkTool"
|
---|
| 140 | />
|
---|
| 141 | <Tool
|
---|
| 142 | Name="VCXDCMakeTool"
|
---|
| 143 | />
|
---|
| 144 | <Tool
|
---|
| 145 | Name="VCBscMakeTool"
|
---|
| 146 | />
|
---|
| 147 | <Tool
|
---|
| 148 | Name="VCFxCopTool"
|
---|
| 149 | />
|
---|
| 150 | <Tool
|
---|
| 151 | Name="VCPostBuildEventTool"
|
---|
| 152 | />
|
---|
| 153 | </Configuration>
|
---|
| 154 | </Configurations>
|
---|
| 155 | <References>
|
---|
| 156 | </References>
|
---|
| 157 | <Files>
|
---|
| 158 | <Filter
|
---|
[2778] | 159 | Name="util"
|
---|
[2642] | 160 | >
|
---|
| 161 | <File
|
---|
[3262] | 162 | RelativePath=".\src\BvhConstructor.cpp"
|
---|
| 163 | >
|
---|
| 164 | </File>
|
---|
| 165 | <File
|
---|
| 166 | RelativePath=".\src\BvhConstructor.h"
|
---|
| 167 | >
|
---|
| 168 | </File>
|
---|
| 169 | <File
|
---|
[3259] | 170 | RelativePath=".\src\BvhExporter.cpp"
|
---|
| 171 | >
|
---|
| 172 | </File>
|
---|
| 173 | <File
|
---|
| 174 | RelativePath=".\src\BvhExporter.h"
|
---|
| 175 | >
|
---|
| 176 | </File>
|
---|
| 177 | <File
|
---|
[2795] | 178 | RelativePath=".\src\BvhLoader.cpp"
|
---|
[2783] | 179 | >
|
---|
| 180 | </File>
|
---|
| 181 | <File
|
---|
[2795] | 182 | RelativePath=".\src\BvhLoader.h"
|
---|
[2783] | 183 | >
|
---|
| 184 | </File>
|
---|
| 185 | <File
|
---|
[2795] | 186 | RelativePath=".\src\common.cpp"
|
---|
[2783] | 187 | >
|
---|
| 188 | </File>
|
---|
| 189 | <File
|
---|
[2795] | 190 | RelativePath=".\src\common.h"
|
---|
[2783] | 191 | >
|
---|
| 192 | </File>
|
---|
| 193 | <File
|
---|
[2825] | 194 | RelativePath=".\src\Environment.cpp"
|
---|
| 195 | >
|
---|
| 196 | </File>
|
---|
| 197 | <File
|
---|
| 198 | RelativePath=".\src\Environment.h"
|
---|
| 199 | >
|
---|
| 200 | </File>
|
---|
| 201 | <File
|
---|
[2826] | 202 | RelativePath=".\src\glfont2.cpp"
|
---|
| 203 | >
|
---|
| 204 | </File>
|
---|
| 205 | <File
|
---|
| 206 | RelativePath=".\src\glfont2.h"
|
---|
| 207 | >
|
---|
| 208 | </File>
|
---|
| 209 | <File
|
---|
[2795] | 210 | RelativePath=".\src\glInterface.h"
|
---|
[2642] | 211 | >
|
---|
| 212 | </File>
|
---|
| 213 | <File
|
---|
[2795] | 214 | RelativePath=".\src\gzstream.cpp"
|
---|
[2642] | 215 | >
|
---|
| 216 | </File>
|
---|
| 217 | <File
|
---|
[2795] | 218 | RelativePath=".\src\gzstream.h"
|
---|
[2755] | 219 | >
|
---|
| 220 | </File>
|
---|
| 221 | <File
|
---|
[3010] | 222 | RelativePath=".\src\IrradianceMap.cpp"
|
---|
| 223 | >
|
---|
| 224 | </File>
|
---|
| 225 | <File
|
---|
| 226 | RelativePath=".\src\IrradianceMap.h"
|
---|
| 227 | >
|
---|
| 228 | </File>
|
---|
| 229 | <File
|
---|
[2957] | 230 | RelativePath=".\src\MotionPath.cpp"
|
---|
[2837] | 231 | >
|
---|
| 232 | </File>
|
---|
| 233 | <File
|
---|
[2957] | 234 | RelativePath=".\src\MotionPath.h"
|
---|
[2837] | 235 | >
|
---|
| 236 | </File>
|
---|
| 237 | <File
|
---|
[2827] | 238 | RelativePath=".\src\PerformanceGraph.cpp"
|
---|
| 239 | >
|
---|
| 240 | </File>
|
---|
| 241 | <File
|
---|
| 242 | RelativePath=".\src\PerformanceGraph.h"
|
---|
| 243 | >
|
---|
| 244 | </File>
|
---|
| 245 | <File
|
---|
[2853] | 246 | RelativePath=".\src\SampleGenerator.cpp"
|
---|
| 247 | >
|
---|
| 248 | </File>
|
---|
| 249 | <File
|
---|
| 250 | RelativePath=".\src\SampleGenerator.h"
|
---|
| 251 | >
|
---|
| 252 | </File>
|
---|
| 253 | <File
|
---|
[2946] | 254 | RelativePath=".\src\SceneEntityConverter.cpp"
|
---|
| 255 | >
|
---|
| 256 | </File>
|
---|
| 257 | <File
|
---|
| 258 | RelativePath=".\src\SceneEntityConverter.h"
|
---|
| 259 | >
|
---|
| 260 | </File>
|
---|
| 261 | <File
|
---|
[3103] | 262 | RelativePath=".\src\SceneQuery.cpp"
|
---|
| 263 | >
|
---|
| 264 | </File>
|
---|
| 265 | <File
|
---|
| 266 | RelativePath=".\src\SceneQuery.h"
|
---|
| 267 | >
|
---|
| 268 | </File>
|
---|
| 269 | <File
|
---|
[2954] | 270 | RelativePath=".\src\SkyPreetham.cpp"
|
---|
| 271 | >
|
---|
| 272 | </File>
|
---|
| 273 | <File
|
---|
| 274 | RelativePath=".\src\SkyPreetham.h"
|
---|
| 275 | >
|
---|
| 276 | </File>
|
---|
[3173] | 277 | <File
|
---|
[3221] | 278 | RelativePath=".\src\StatsWriter.cpp"
|
---|
| 279 | >
|
---|
| 280 | </File>
|
---|
| 281 | <File
|
---|
| 282 | RelativePath=".\src\StatsWriter.h"
|
---|
| 283 | >
|
---|
| 284 | </File>
|
---|
| 285 | <File
|
---|
[3173] | 286 | RelativePath=".\src\WalkThroughRecorder.cpp"
|
---|
| 287 | >
|
---|
| 288 | </File>
|
---|
| 289 | <File
|
---|
| 290 | RelativePath=".\src\WalkThroughRecorder.h"
|
---|
| 291 | >
|
---|
| 292 | </File>
|
---|
[2776] | 293 | <Filter
|
---|
| 294 | Name="timer"
|
---|
| 295 | >
|
---|
| 296 | <File
|
---|
[2782] | 297 | RelativePath=".\src\Timer\BenchTimer.cpp"
|
---|
[2776] | 298 | >
|
---|
| 299 | </File>
|
---|
| 300 | <File
|
---|
[2782] | 301 | RelativePath=".\src\Timer\BenchTimer.h"
|
---|
[2776] | 302 | >
|
---|
| 303 | </File>
|
---|
| 304 | <File
|
---|
[2782] | 305 | RelativePath=".\src\Timer\merror.cpp"
|
---|
[2776] | 306 | >
|
---|
| 307 | </File>
|
---|
| 308 | <File
|
---|
[2782] | 309 | RelativePath=".\src\Timer\merror.h"
|
---|
[2776] | 310 | >
|
---|
| 311 | </File>
|
---|
| 312 | <File
|
---|
[2782] | 313 | RelativePath=".\src\Timer\mstring.h"
|
---|
[2776] | 314 | >
|
---|
| 315 | </File>
|
---|
| 316 | <File
|
---|
[2782] | 317 | RelativePath=".\src\Timer\PerfTimer.h"
|
---|
[2776] | 318 | >
|
---|
| 319 | </File>
|
---|
| 320 | <File
|
---|
[2782] | 321 | RelativePath=".\src\Timer\PerfTimerSkeleton.h"
|
---|
[2776] | 322 | >
|
---|
| 323 | </File>
|
---|
| 324 | <File
|
---|
[2782] | 325 | RelativePath=".\src\Timer\RDTSCTimer.cpp"
|
---|
[2776] | 326 | >
|
---|
| 327 | </File>
|
---|
| 328 | <File
|
---|
[2782] | 329 | RelativePath=".\src\Timer\RDTSCTimer.h"
|
---|
[2776] | 330 | >
|
---|
| 331 | </File>
|
---|
| 332 | </Filter>
|
---|
[2642] | 333 | </Filter>
|
---|
[2751] | 334 | <Filter
|
---|
| 335 | Name="traversal"
|
---|
| 336 | >
|
---|
[2756] | 337 | <Filter
|
---|
| 338 | Name="Header Files"
|
---|
[2754] | 339 | >
|
---|
[2756] | 340 | <File
|
---|
[2782] | 341 | RelativePath=".\src\CHCPlusPlusTraverser.h"
|
---|
[2756] | 342 | >
|
---|
| 343 | </File>
|
---|
| 344 | <File
|
---|
[3102] | 345 | RelativePath=".\src\CHCTraverser.h"
|
---|
[2756] | 346 | >
|
---|
[3102] | 347 | </File>
|
---|
| 348 | <File
|
---|
| 349 | RelativePath=".\src\FrustumCullingTraverser.h"
|
---|
| 350 | >
|
---|
| 351 | </File>
|
---|
| 352 | <File
|
---|
[3258] | 353 | RelativePath=".\src\PvsCollectionRenderer.h"
|
---|
| 354 | >
|
---|
| 355 | </File>
|
---|
| 356 | <File
|
---|
[3102] | 357 | RelativePath=".\src\RenderTraverser.h"
|
---|
| 358 | >
|
---|
| 359 | </File>
|
---|
| 360 | <File
|
---|
| 361 | RelativePath=".\src\StopAndWaitTraverser.h"
|
---|
| 362 | >
|
---|
| 363 | </File>
|
---|
| 364 | </Filter>
|
---|
| 365 | <Filter
|
---|
| 366 | Name="Source Files"
|
---|
| 367 | >
|
---|
| 368 | <File
|
---|
| 369 | RelativePath=".\src\CHCPlusPlusTraverser.cpp"
|
---|
| 370 | >
|
---|
[2782] | 371 | <FileConfiguration
|
---|
| 372 | Name="Debug|Win32"
|
---|
| 373 | >
|
---|
| 374 | <Tool
|
---|
| 375 | Name="VCCLCompilerTool"
|
---|
| 376 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 377 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 378 | />
|
---|
| 379 | </FileConfiguration>
|
---|
| 380 | <FileConfiguration
|
---|
| 381 | Name="Release|Win32"
|
---|
| 382 | >
|
---|
| 383 | <Tool
|
---|
| 384 | Name="VCCLCompilerTool"
|
---|
| 385 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 386 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 387 | />
|
---|
| 388 | </FileConfiguration>
|
---|
[2756] | 389 | </File>
|
---|
| 390 | <File
|
---|
[3102] | 391 | RelativePath=".\src\CHCTraverser.cpp"
|
---|
[2756] | 392 | >
|
---|
[3102] | 393 | <FileConfiguration
|
---|
| 394 | Name="Debug|Win32"
|
---|
| 395 | >
|
---|
| 396 | <Tool
|
---|
| 397 | Name="VCCLCompilerTool"
|
---|
| 398 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 399 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 400 | />
|
---|
| 401 | </FileConfiguration>
|
---|
| 402 | <FileConfiguration
|
---|
| 403 | Name="Release|Win32"
|
---|
| 404 | >
|
---|
| 405 | <Tool
|
---|
| 406 | Name="VCCLCompilerTool"
|
---|
| 407 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 408 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 409 | />
|
---|
| 410 | </FileConfiguration>
|
---|
[2756] | 411 | </File>
|
---|
| 412 | <File
|
---|
[3102] | 413 | RelativePath=".\src\FrustumCullingTraverser.cpp"
|
---|
[2756] | 414 | >
|
---|
[2782] | 415 | <FileConfiguration
|
---|
| 416 | Name="Debug|Win32"
|
---|
| 417 | >
|
---|
| 418 | <Tool
|
---|
| 419 | Name="VCCLCompilerTool"
|
---|
| 420 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 421 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 422 | />
|
---|
| 423 | </FileConfiguration>
|
---|
| 424 | <FileConfiguration
|
---|
| 425 | Name="Release|Win32"
|
---|
| 426 | >
|
---|
| 427 | <Tool
|
---|
| 428 | Name="VCCLCompilerTool"
|
---|
| 429 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 430 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 431 | />
|
---|
| 432 | </FileConfiguration>
|
---|
[2756] | 433 | </File>
|
---|
| 434 | <File
|
---|
[3258] | 435 | RelativePath=".\src\PvsCollectionRenderer.cpp"
|
---|
| 436 | >
|
---|
| 437 | </File>
|
---|
| 438 | <File
|
---|
[3102] | 439 | RelativePath=".\src\RenderTraverser.cpp"
|
---|
[2756] | 440 | >
|
---|
[2782] | 441 | <FileConfiguration
|
---|
| 442 | Name="Debug|Win32"
|
---|
| 443 | >
|
---|
| 444 | <Tool
|
---|
| 445 | Name="VCCLCompilerTool"
|
---|
| 446 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 447 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 448 | />
|
---|
| 449 | </FileConfiguration>
|
---|
| 450 | <FileConfiguration
|
---|
| 451 | Name="Release|Win32"
|
---|
| 452 | >
|
---|
| 453 | <Tool
|
---|
| 454 | Name="VCCLCompilerTool"
|
---|
| 455 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 456 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 457 | />
|
---|
| 458 | </FileConfiguration>
|
---|
[2756] | 459 | </File>
|
---|
| 460 | <File
|
---|
[2782] | 461 | RelativePath=".\src\StopAndWaitTraverser.cpp"
|
---|
[2756] | 462 | >
|
---|
[2782] | 463 | <FileConfiguration
|
---|
| 464 | Name="Debug|Win32"
|
---|
| 465 | >
|
---|
| 466 | <Tool
|
---|
| 467 | Name="VCCLCompilerTool"
|
---|
| 468 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 469 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 470 | />
|
---|
| 471 | </FileConfiguration>
|
---|
| 472 | <FileConfiguration
|
---|
| 473 | Name="Release|Win32"
|
---|
| 474 | >
|
---|
| 475 | <Tool
|
---|
| 476 | Name="VCCLCompilerTool"
|
---|
| 477 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 478 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 479 | />
|
---|
| 480 | </FileConfiguration>
|
---|
[2756] | 481 | </File>
|
---|
| 482 | </Filter>
|
---|
| 483 | </Filter>
|
---|
| 484 | <Filter
|
---|
[2806] | 485 | Name="rendering"
|
---|
[2756] | 486 | >
|
---|
| 487 | <Filter
|
---|
| 488 | Name="Header Files"
|
---|
| 489 | Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
---|
| 490 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
---|
[2754] | 491 | >
|
---|
[2756] | 492 | <File
|
---|
[2782] | 493 | RelativePath=".\src\Bvh.h"
|
---|
[2756] | 494 | >
|
---|
| 495 | </File>
|
---|
| 496 | <File
|
---|
[2782] | 497 | RelativePath=".\src\Camera.h"
|
---|
[2756] | 498 | >
|
---|
| 499 | </File>
|
---|
| 500 | <File
|
---|
[2896] | 501 | RelativePath=".\src\DeferredRenderer.h"
|
---|
[2895] | 502 | >
|
---|
| 503 | </File>
|
---|
| 504 | <File
|
---|
[2957] | 505 | RelativePath=".\src\FrameBufferObject.h"
|
---|
| 506 | >
|
---|
| 507 | </File>
|
---|
| 508 | <File
|
---|
[2793] | 509 | RelativePath=".\src\Geometry.h"
|
---|
[2756] | 510 | >
|
---|
| 511 | </File>
|
---|
| 512 | <File
|
---|
[2887] | 513 | RelativePath=".\src\Light.h"
|
---|
| 514 | >
|
---|
| 515 | </File>
|
---|
| 516 | <File
|
---|
[2839] | 517 | RelativePath=".\src\LODInfo.h"
|
---|
| 518 | >
|
---|
| 519 | </File>
|
---|
| 520 | <File
|
---|
[2801] | 521 | RelativePath=".\src\Material.h"
|
---|
| 522 | >
|
---|
| 523 | </File>
|
---|
| 524 | <File
|
---|
[3260] | 525 | RelativePath=".\src\ObjExporter.h"
|
---|
| 526 | >
|
---|
| 527 | </File>
|
---|
| 528 | <File
|
---|
[2782] | 529 | RelativePath=".\src\OcclusionQuery.h"
|
---|
[2756] | 530 | >
|
---|
| 531 | </File>
|
---|
| 532 | <File
|
---|
[3242] | 533 | RelativePath=".\src\Pvs.h"
|
---|
| 534 | >
|
---|
| 535 | </File>
|
---|
| 536 | <File
|
---|
[2782] | 537 | RelativePath=".\src\RenderQueue.h"
|
---|
[2767] | 538 | >
|
---|
| 539 | </File>
|
---|
| 540 | <File
|
---|
[2782] | 541 | RelativePath=".\src\RenderState.h"
|
---|
[2769] | 542 | >
|
---|
| 543 | </File>
|
---|
| 544 | <File
|
---|
[2806] | 545 | RelativePath=".\src\ResourceManager.h"
|
---|
| 546 | >
|
---|
| 547 | </File>
|
---|
| 548 | <File
|
---|
[2783] | 549 | RelativePath=".\src\SceneEntity.h"
|
---|
| 550 | >
|
---|
| 551 | </File>
|
---|
| 552 | <File
|
---|
[3055] | 553 | RelativePath=".\src\ShaderManager.h"
|
---|
| 554 | >
|
---|
| 555 | </File>
|
---|
| 556 | <File
|
---|
| 557 | RelativePath=".\src\ShaderProgram.h"
|
---|
| 558 | >
|
---|
| 559 | </File>
|
---|
| 560 | <File
|
---|
[2957] | 561 | RelativePath=".\src\ShadowMapping.h"
|
---|
| 562 | >
|
---|
| 563 | </File>
|
---|
| 564 | <File
|
---|
[2839] | 565 | RelativePath=".\src\Shape.h"
|
---|
| 566 | >
|
---|
| 567 | </File>
|
---|
| 568 | <File
|
---|
[2782] | 569 | RelativePath=".\src\Texture.h"
|
---|
[2756] | 570 | >
|
---|
| 571 | </File>
|
---|
| 572 | <File
|
---|
[2840] | 573 | RelativePath=".\src\Transform3.h"
|
---|
[2839] | 574 | >
|
---|
| 575 | </File>
|
---|
| 576 | <File
|
---|
[3242] | 577 | RelativePath=".\src\ViewCellsTree.h"
|
---|
| 578 | >
|
---|
| 579 | </File>
|
---|
| 580 | <File
|
---|
| 581 | RelativePath=".\src\VisibilitySolutionLoader.h"
|
---|
| 582 | >
|
---|
| 583 | </File>
|
---|
| 584 | <File
|
---|
[2782] | 585 | RelativePath=".\src\Visualization.h"
|
---|
[2756] | 586 | >
|
---|
| 587 | </File>
|
---|
| 588 | </Filter>
|
---|
| 589 | <Filter
|
---|
| 590 | Name="Source Files"
|
---|
| 591 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
---|
| 592 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
---|
[2754] | 593 | >
|
---|
[2756] | 594 | <File
|
---|
[2782] | 595 | RelativePath=".\src\Bvh.cpp"
|
---|
[2756] | 596 | >
|
---|
[2782] | 597 | <FileConfiguration
|
---|
| 598 | Name="Debug|Win32"
|
---|
| 599 | >
|
---|
| 600 | <Tool
|
---|
| 601 | Name="VCCLCompilerTool"
|
---|
| 602 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 603 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 604 | />
|
---|
| 605 | </FileConfiguration>
|
---|
| 606 | <FileConfiguration
|
---|
| 607 | Name="Release|Win32"
|
---|
| 608 | >
|
---|
| 609 | <Tool
|
---|
| 610 | Name="VCCLCompilerTool"
|
---|
| 611 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 612 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 613 | />
|
---|
| 614 | </FileConfiguration>
|
---|
[2756] | 615 | </File>
|
---|
| 616 | <File
|
---|
[2782] | 617 | RelativePath=".\src\Camera.cpp"
|
---|
[2756] | 618 | >
|
---|
[2782] | 619 | <FileConfiguration
|
---|
| 620 | Name="Debug|Win32"
|
---|
| 621 | >
|
---|
| 622 | <Tool
|
---|
| 623 | Name="VCCLCompilerTool"
|
---|
| 624 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 625 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 626 | />
|
---|
| 627 | </FileConfiguration>
|
---|
| 628 | <FileConfiguration
|
---|
| 629 | Name="Release|Win32"
|
---|
| 630 | >
|
---|
| 631 | <Tool
|
---|
| 632 | Name="VCCLCompilerTool"
|
---|
| 633 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 634 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 635 | />
|
---|
| 636 | </FileConfiguration>
|
---|
[2756] | 637 | </File>
|
---|
| 638 | <File
|
---|
[2896] | 639 | RelativePath=".\src\DeferredRenderer.cpp"
|
---|
| 640 | >
|
---|
| 641 | </File>
|
---|
| 642 | <File
|
---|
[2957] | 643 | RelativePath=".\src\FrameBufferObject.cpp"
|
---|
| 644 | >
|
---|
| 645 | </File>
|
---|
| 646 | <File
|
---|
[2783] | 647 | RelativePath=".\src\Geometry.cpp"
|
---|
| 648 | >
|
---|
| 649 | </File>
|
---|
| 650 | <File
|
---|
[2847] | 651 | RelativePath=".\src\LODInfo.cpp"
|
---|
| 652 | >
|
---|
| 653 | </File>
|
---|
| 654 | <File
|
---|
[2783] | 655 | RelativePath=".\src\Material.cpp"
|
---|
| 656 | >
|
---|
| 657 | </File>
|
---|
| 658 | <File
|
---|
[3260] | 659 | RelativePath=".\src\ObjExporter.cpp"
|
---|
| 660 | >
|
---|
| 661 | </File>
|
---|
| 662 | <File
|
---|
[2782] | 663 | RelativePath=".\src\OcclusionQuery.cpp"
|
---|
[2756] | 664 | >
|
---|
[2782] | 665 | <FileConfiguration
|
---|
| 666 | Name="Debug|Win32"
|
---|
| 667 | >
|
---|
| 668 | <Tool
|
---|
| 669 | Name="VCCLCompilerTool"
|
---|
| 670 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 671 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 672 | />
|
---|
| 673 | </FileConfiguration>
|
---|
| 674 | <FileConfiguration
|
---|
| 675 | Name="Release|Win32"
|
---|
| 676 | >
|
---|
| 677 | <Tool
|
---|
| 678 | Name="VCCLCompilerTool"
|
---|
| 679 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 680 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 681 | />
|
---|
| 682 | </FileConfiguration>
|
---|
[2756] | 683 | </File>
|
---|
| 684 | <File
|
---|
[2782] | 685 | RelativePath=".\src\RenderQueue.cpp"
|
---|
[2756] | 686 | >
|
---|
[2782] | 687 | <FileConfiguration
|
---|
| 688 | Name="Debug|Win32"
|
---|
| 689 | >
|
---|
| 690 | <Tool
|
---|
| 691 | Name="VCCLCompilerTool"
|
---|
| 692 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 693 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 694 | />
|
---|
| 695 | </FileConfiguration>
|
---|
| 696 | <FileConfiguration
|
---|
| 697 | Name="Release|Win32"
|
---|
| 698 | >
|
---|
| 699 | <Tool
|
---|
| 700 | Name="VCCLCompilerTool"
|
---|
| 701 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 702 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 703 | />
|
---|
| 704 | </FileConfiguration>
|
---|
[2756] | 705 | </File>
|
---|
| 706 | <File
|
---|
[2782] | 707 | RelativePath=".\src\RenderState.cpp"
|
---|
[2756] | 708 | >
|
---|
[2782] | 709 | <FileConfiguration
|
---|
| 710 | Name="Debug|Win32"
|
---|
| 711 | >
|
---|
| 712 | <Tool
|
---|
| 713 | Name="VCCLCompilerTool"
|
---|
| 714 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 715 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 716 | />
|
---|
| 717 | </FileConfiguration>
|
---|
| 718 | <FileConfiguration
|
---|
| 719 | Name="Release|Win32"
|
---|
| 720 | >
|
---|
| 721 | <Tool
|
---|
| 722 | Name="VCCLCompilerTool"
|
---|
| 723 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 724 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 725 | />
|
---|
| 726 | </FileConfiguration>
|
---|
[2756] | 727 | </File>
|
---|
| 728 | <File
|
---|
[2806] | 729 | RelativePath=".\src\ResourceManager.cpp"
|
---|
| 730 | >
|
---|
| 731 | </File>
|
---|
| 732 | <File
|
---|
[2783] | 733 | RelativePath=".\src\SceneEntity.cpp"
|
---|
| 734 | >
|
---|
| 735 | </File>
|
---|
| 736 | <File
|
---|
[3055] | 737 | RelativePath=".\src\ShaderManager.cpp"
|
---|
| 738 | >
|
---|
| 739 | </File>
|
---|
| 740 | <File
|
---|
| 741 | RelativePath=".\src\ShaderProgram.cpp"
|
---|
| 742 | >
|
---|
| 743 | </File>
|
---|
| 744 | <File
|
---|
[2957] | 745 | RelativePath=".\src\ShadowMapping.cpp"
|
---|
| 746 | >
|
---|
| 747 | </File>
|
---|
| 748 | <File
|
---|
[2839] | 749 | RelativePath=".\src\Shape.cpp"
|
---|
| 750 | >
|
---|
| 751 | </File>
|
---|
| 752 | <File
|
---|
[2782] | 753 | RelativePath=".\src\Texture.cpp"
|
---|
[2756] | 754 | >
|
---|
[2782] | 755 | <FileConfiguration
|
---|
| 756 | Name="Debug|Win32"
|
---|
| 757 | >
|
---|
| 758 | <Tool
|
---|
| 759 | Name="VCCLCompilerTool"
|
---|
| 760 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 761 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 762 | />
|
---|
| 763 | </FileConfiguration>
|
---|
| 764 | <FileConfiguration
|
---|
| 765 | Name="Release|Win32"
|
---|
| 766 | >
|
---|
| 767 | <Tool
|
---|
| 768 | Name="VCCLCompilerTool"
|
---|
| 769 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 770 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 771 | />
|
---|
| 772 | </FileConfiguration>
|
---|
[2756] | 773 | </File>
|
---|
| 774 | <File
|
---|
[2840] | 775 | RelativePath=".\src\Transform3.cpp"
|
---|
[2839] | 776 | >
|
---|
| 777 | </File>
|
---|
| 778 | <File
|
---|
[3242] | 779 | RelativePath=".\src\ViewCellsTree.cpp"
|
---|
| 780 | >
|
---|
| 781 | </File>
|
---|
| 782 | <File
|
---|
| 783 | RelativePath=".\src\VisibilitySolutionLoader.cpp"
|
---|
| 784 | >
|
---|
| 785 | </File>
|
---|
| 786 | <File
|
---|
[2782] | 787 | RelativePath=".\src\Visualization.cpp"
|
---|
[2767] | 788 | >
|
---|
[2782] | 789 | <FileConfiguration
|
---|
| 790 | Name="Debug|Win32"
|
---|
| 791 | >
|
---|
| 792 | <Tool
|
---|
| 793 | Name="VCCLCompilerTool"
|
---|
| 794 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 795 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 796 | />
|
---|
| 797 | </FileConfiguration>
|
---|
| 798 | <FileConfiguration
|
---|
| 799 | Name="Release|Win32"
|
---|
| 800 | >
|
---|
| 801 | <Tool
|
---|
| 802 | Name="VCCLCompilerTool"
|
---|
| 803 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 804 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 805 | />
|
---|
| 806 | </FileConfiguration>
|
---|
[2767] | 807 | </File>
|
---|
[2756] | 808 | </Filter>
|
---|
[2751] | 809 | </Filter>
|
---|
[2834] | 810 | <Filter
|
---|
| 811 | Name="shaders"
|
---|
| 812 | >
|
---|
| 813 | <File
|
---|
[2864] | 814 | RelativePath=".\src\shaders\antialiasing.cg"
|
---|
| 815 | >
|
---|
| 816 | </File>
|
---|
| 817 | <File
|
---|
[3103] | 818 | RelativePath=".\src\shaders\combineSsao.cg"
|
---|
| 819 | >
|
---|
| 820 | </File>
|
---|
| 821 | <File
|
---|
[3163] | 822 | RelativePath=".\src\shaders\common.h"
|
---|
| 823 | >
|
---|
| 824 | </File>
|
---|
| 825 | <File
|
---|
[2834] | 826 | RelativePath=".\src\shaders\deferred.cg"
|
---|
| 827 | >
|
---|
| 828 | </File>
|
---|
| 829 | <File
|
---|
[3232] | 830 | RelativePath=".\src\shaders\depthOfField.cg"
|
---|
| 831 | >
|
---|
| 832 | </File>
|
---|
| 833 | <File
|
---|
[2873] | 834 | RelativePath=".\src\shaders\globillum.cg"
|
---|
| 835 | >
|
---|
| 836 | </File>
|
---|
| 837 | <File
|
---|
[3212] | 838 | RelativePath=".\src\shaders\lenseFlare.cg"
|
---|
| 839 | >
|
---|
| 840 | </File>
|
---|
| 841 | <File
|
---|
[2834] | 842 | RelativePath=".\src\shaders\mrt.cg"
|
---|
| 843 | >
|
---|
| 844 | </File>
|
---|
[2868] | 845 | <File
|
---|
[3126] | 846 | RelativePath=".\src\shaders\normalMapping.cg"
|
---|
| 847 | >
|
---|
| 848 | </File>
|
---|
| 849 | <File
|
---|
[3016] | 850 | RelativePath=".\src\shaderenv.h"
|
---|
| 851 | >
|
---|
| 852 | </File>
|
---|
| 853 | <File
|
---|
[2957] | 854 | RelativePath=".\src\shaders\sky_preetham.cg"
|
---|
| 855 | >
|
---|
| 856 | </File>
|
---|
| 857 | <File
|
---|
[2868] | 858 | RelativePath=".\src\shaders\ssao.cg"
|
---|
| 859 | >
|
---|
| 860 | </File>
|
---|
[2900] | 861 | <File
|
---|
[2901] | 862 | RelativePath=".\src\shaders\ssao3d.cg"
|
---|
[2900] | 863 | >
|
---|
| 864 | </File>
|
---|
[2972] | 865 | <File
|
---|
| 866 | RelativePath=".\src\shaders\tonemap.cg"
|
---|
| 867 | >
|
---|
| 868 | </File>
|
---|
[3040] | 869 | <File
|
---|
| 870 | RelativePath=".\src\shaders\treeanimation.cg"
|
---|
| 871 | >
|
---|
| 872 | </File>
|
---|
[2834] | 873 | </Filter>
|
---|
[2957] | 874 | <Filter
|
---|
| 875 | Name="math"
|
---|
| 876 | >
|
---|
| 877 | <File
|
---|
| 878 | RelativePath=".\src\AxisAlignedBox3.cpp"
|
---|
| 879 | >
|
---|
| 880 | </File>
|
---|
| 881 | <File
|
---|
[3202] | 882 | RelativePath=".\src\AxisAlignedBox3.h"
|
---|
| 883 | >
|
---|
| 884 | </File>
|
---|
| 885 | <File
|
---|
[2957] | 886 | RelativePath=".\src\Halton.cpp"
|
---|
| 887 | >
|
---|
| 888 | </File>
|
---|
| 889 | <File
|
---|
| 890 | RelativePath=".\src\Halton.h"
|
---|
| 891 | >
|
---|
| 892 | </File>
|
---|
| 893 | <File
|
---|
| 894 | RelativePath=".\src\Matrix4x4.cpp"
|
---|
| 895 | >
|
---|
| 896 | </File>
|
---|
| 897 | <File
|
---|
| 898 | RelativePath=".\src\Matrix4x4.h"
|
---|
| 899 | >
|
---|
| 900 | </File>
|
---|
| 901 | <File
|
---|
| 902 | RelativePath=".\src\Plane3.cpp"
|
---|
| 903 | >
|
---|
| 904 | </File>
|
---|
| 905 | <File
|
---|
| 906 | RelativePath=".\src\Plane3.h"
|
---|
| 907 | >
|
---|
| 908 | </File>
|
---|
| 909 | <File
|
---|
| 910 | RelativePath=".\src\Polygon3.cpp"
|
---|
| 911 | >
|
---|
| 912 | </File>
|
---|
| 913 | <File
|
---|
| 914 | RelativePath=".\src\Polygon3.h"
|
---|
| 915 | >
|
---|
| 916 | </File>
|
---|
| 917 | <File
|
---|
| 918 | RelativePath=".\src\Polyhedron.cpp"
|
---|
| 919 | >
|
---|
| 920 | </File>
|
---|
| 921 | <File
|
---|
| 922 | RelativePath=".\src\Polyhedron.h"
|
---|
| 923 | >
|
---|
| 924 | </File>
|
---|
| 925 | <File
|
---|
| 926 | RelativePath=".\src\Triangle3.cpp"
|
---|
| 927 | >
|
---|
| 928 | </File>
|
---|
| 929 | <File
|
---|
| 930 | RelativePath=".\src\Triangle3.h"
|
---|
| 931 | >
|
---|
| 932 | </File>
|
---|
| 933 | <File
|
---|
| 934 | RelativePath=".\src\Vector3.cpp"
|
---|
| 935 | >
|
---|
| 936 | </File>
|
---|
| 937 | <File
|
---|
| 938 | RelativePath=".\src\Vector3.h"
|
---|
| 939 | >
|
---|
| 940 | </File>
|
---|
| 941 | </Filter>
|
---|
[2642] | 942 | </Files>
|
---|
| 943 | <Globals>
|
---|
| 944 | </Globals>
|
---|
| 945 | </VisualStudioProject>
|
---|