[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)"
|
---|
[2784] | 21 | IntermediateDirectory="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)"
|
---|
[2784] | 85 | IntermediateDirectory="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)""
|
---|
[3019] | 114 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
|
---|
[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
|
---|
[2795] | 162 | RelativePath=".\src\BvhLoader.cpp"
|
---|
[2783] | 163 | >
|
---|
| 164 | </File>
|
---|
| 165 | <File
|
---|
[2795] | 166 | RelativePath=".\src\BvhLoader.h"
|
---|
[2783] | 167 | >
|
---|
| 168 | </File>
|
---|
| 169 | <File
|
---|
[2795] | 170 | RelativePath=".\src\common.cpp"
|
---|
[2783] | 171 | >
|
---|
| 172 | </File>
|
---|
| 173 | <File
|
---|
[2795] | 174 | RelativePath=".\src\common.h"
|
---|
[2783] | 175 | >
|
---|
| 176 | </File>
|
---|
| 177 | <File
|
---|
[2825] | 178 | RelativePath=".\src\Environment.cpp"
|
---|
| 179 | >
|
---|
| 180 | </File>
|
---|
| 181 | <File
|
---|
| 182 | RelativePath=".\src\Environment.h"
|
---|
| 183 | >
|
---|
| 184 | </File>
|
---|
| 185 | <File
|
---|
[2826] | 186 | RelativePath=".\src\glfont2.cpp"
|
---|
| 187 | >
|
---|
| 188 | </File>
|
---|
| 189 | <File
|
---|
| 190 | RelativePath=".\src\glfont2.h"
|
---|
| 191 | >
|
---|
| 192 | </File>
|
---|
| 193 | <File
|
---|
[2795] | 194 | RelativePath=".\src\glInterface.h"
|
---|
[2642] | 195 | >
|
---|
| 196 | </File>
|
---|
| 197 | <File
|
---|
[2795] | 198 | RelativePath=".\src\gzstream.cpp"
|
---|
[2642] | 199 | >
|
---|
| 200 | </File>
|
---|
| 201 | <File
|
---|
[2795] | 202 | RelativePath=".\src\gzstream.h"
|
---|
[2755] | 203 | >
|
---|
| 204 | </File>
|
---|
| 205 | <File
|
---|
[3010] | 206 | RelativePath=".\src\IrradianceMap.cpp"
|
---|
| 207 | >
|
---|
| 208 | </File>
|
---|
| 209 | <File
|
---|
| 210 | RelativePath=".\src\IrradianceMap.h"
|
---|
| 211 | >
|
---|
| 212 | </File>
|
---|
| 213 | <File
|
---|
[2957] | 214 | RelativePath=".\src\MotionPath.cpp"
|
---|
[2837] | 215 | >
|
---|
| 216 | </File>
|
---|
| 217 | <File
|
---|
[2957] | 218 | RelativePath=".\src\MotionPath.h"
|
---|
[2837] | 219 | >
|
---|
| 220 | </File>
|
---|
| 221 | <File
|
---|
[2827] | 222 | RelativePath=".\src\PerformanceGraph.cpp"
|
---|
| 223 | >
|
---|
| 224 | </File>
|
---|
| 225 | <File
|
---|
| 226 | RelativePath=".\src\PerformanceGraph.h"
|
---|
| 227 | >
|
---|
| 228 | </File>
|
---|
| 229 | <File
|
---|
[2853] | 230 | RelativePath=".\src\SampleGenerator.cpp"
|
---|
| 231 | >
|
---|
| 232 | </File>
|
---|
| 233 | <File
|
---|
| 234 | RelativePath=".\src\SampleGenerator.h"
|
---|
| 235 | >
|
---|
| 236 | </File>
|
---|
| 237 | <File
|
---|
[2946] | 238 | RelativePath=".\src\SceneEntityConverter.cpp"
|
---|
| 239 | >
|
---|
| 240 | </File>
|
---|
| 241 | <File
|
---|
| 242 | RelativePath=".\src\SceneEntityConverter.h"
|
---|
| 243 | >
|
---|
| 244 | </File>
|
---|
| 245 | <File
|
---|
[3021] | 246 | RelativePath=".\src\ShaderProgram.h"
|
---|
| 247 | >
|
---|
| 248 | </File>
|
---|
| 249 | <File
|
---|
[2954] | 250 | RelativePath=".\src\SkyPreetham.cpp"
|
---|
| 251 | >
|
---|
| 252 | </File>
|
---|
| 253 | <File
|
---|
| 254 | RelativePath=".\src\SkyPreetham.h"
|
---|
| 255 | >
|
---|
| 256 | </File>
|
---|
[2776] | 257 | <Filter
|
---|
| 258 | Name="timer"
|
---|
| 259 | >
|
---|
| 260 | <File
|
---|
[2782] | 261 | RelativePath=".\src\Timer\BenchTimer.cpp"
|
---|
[2776] | 262 | >
|
---|
| 263 | </File>
|
---|
| 264 | <File
|
---|
[2782] | 265 | RelativePath=".\src\Timer\BenchTimer.h"
|
---|
[2776] | 266 | >
|
---|
| 267 | </File>
|
---|
| 268 | <File
|
---|
[2782] | 269 | RelativePath=".\src\Timer\merror.cpp"
|
---|
[2776] | 270 | >
|
---|
| 271 | </File>
|
---|
| 272 | <File
|
---|
[2782] | 273 | RelativePath=".\src\Timer\merror.h"
|
---|
[2776] | 274 | >
|
---|
| 275 | </File>
|
---|
| 276 | <File
|
---|
[2782] | 277 | RelativePath=".\src\Timer\mstring.h"
|
---|
[2776] | 278 | >
|
---|
| 279 | </File>
|
---|
| 280 | <File
|
---|
[2782] | 281 | RelativePath=".\src\Timer\PerfTimer.h"
|
---|
[2776] | 282 | >
|
---|
| 283 | </File>
|
---|
| 284 | <File
|
---|
[2782] | 285 | RelativePath=".\src\Timer\PerfTimerSkeleton.h"
|
---|
[2776] | 286 | >
|
---|
| 287 | </File>
|
---|
| 288 | <File
|
---|
[2782] | 289 | RelativePath=".\src\Timer\RDTSCTimer.cpp"
|
---|
[2776] | 290 | >
|
---|
| 291 | </File>
|
---|
| 292 | <File
|
---|
[2782] | 293 | RelativePath=".\src\Timer\RDTSCTimer.h"
|
---|
[2776] | 294 | >
|
---|
| 295 | </File>
|
---|
| 296 | </Filter>
|
---|
[2642] | 297 | </Filter>
|
---|
[2751] | 298 | <Filter
|
---|
| 299 | Name="traversal"
|
---|
| 300 | >
|
---|
[2756] | 301 | <Filter
|
---|
| 302 | Name="Header Files"
|
---|
[2754] | 303 | >
|
---|
[2756] | 304 | <File
|
---|
[2782] | 305 | RelativePath=".\src\CHCPlusPlusTraverser.h"
|
---|
[2756] | 306 | >
|
---|
| 307 | </File>
|
---|
| 308 | <File
|
---|
[2782] | 309 | RelativePath=".\src\CHCTraverser.cpp"
|
---|
[2756] | 310 | >
|
---|
[2782] | 311 | <FileConfiguration
|
---|
| 312 | Name="Debug|Win32"
|
---|
| 313 | >
|
---|
| 314 | <Tool
|
---|
| 315 | Name="VCCLCompilerTool"
|
---|
| 316 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 317 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 318 | />
|
---|
| 319 | </FileConfiguration>
|
---|
| 320 | <FileConfiguration
|
---|
| 321 | Name="Release|Win32"
|
---|
| 322 | >
|
---|
| 323 | <Tool
|
---|
| 324 | Name="VCCLCompilerTool"
|
---|
| 325 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 326 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 327 | />
|
---|
| 328 | </FileConfiguration>
|
---|
[2756] | 329 | </File>
|
---|
| 330 | <File
|
---|
[2782] | 331 | RelativePath=".\src\CHCTraverser.h"
|
---|
[2756] | 332 | >
|
---|
| 333 | </File>
|
---|
| 334 | <File
|
---|
[2782] | 335 | RelativePath=".\src\FrustumCullingTraverser.h"
|
---|
[2756] | 336 | >
|
---|
| 337 | </File>
|
---|
| 338 | <File
|
---|
[2782] | 339 | RelativePath=".\src\RenderTraverser.h"
|
---|
[2756] | 340 | >
|
---|
| 341 | </File>
|
---|
[2782] | 342 | <File
|
---|
| 343 | RelativePath=".\src\StopAndWaitTraverser.h"
|
---|
| 344 | >
|
---|
| 345 | </File>
|
---|
[2756] | 346 | </Filter>
|
---|
| 347 | <Filter
|
---|
| 348 | Name="Source Files"
|
---|
[2754] | 349 | >
|
---|
[2756] | 350 | <File
|
---|
[2782] | 351 | RelativePath=".\src\CHCPlusPlusTraverser.cpp"
|
---|
[2756] | 352 | >
|
---|
[2782] | 353 | <FileConfiguration
|
---|
| 354 | Name="Debug|Win32"
|
---|
| 355 | >
|
---|
| 356 | <Tool
|
---|
| 357 | Name="VCCLCompilerTool"
|
---|
| 358 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 359 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 360 | />
|
---|
| 361 | </FileConfiguration>
|
---|
| 362 | <FileConfiguration
|
---|
| 363 | Name="Release|Win32"
|
---|
| 364 | >
|
---|
| 365 | <Tool
|
---|
| 366 | Name="VCCLCompilerTool"
|
---|
| 367 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 368 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 369 | />
|
---|
| 370 | </FileConfiguration>
|
---|
[2756] | 371 | </File>
|
---|
| 372 | <File
|
---|
[2782] | 373 | RelativePath=".\src\FrustumCullingTraverser.cpp"
|
---|
[2756] | 374 | >
|
---|
[2782] | 375 | <FileConfiguration
|
---|
| 376 | Name="Debug|Win32"
|
---|
| 377 | >
|
---|
| 378 | <Tool
|
---|
| 379 | Name="VCCLCompilerTool"
|
---|
| 380 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 381 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 382 | />
|
---|
| 383 | </FileConfiguration>
|
---|
| 384 | <FileConfiguration
|
---|
| 385 | Name="Release|Win32"
|
---|
| 386 | >
|
---|
| 387 | <Tool
|
---|
| 388 | Name="VCCLCompilerTool"
|
---|
| 389 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 390 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 391 | />
|
---|
| 392 | </FileConfiguration>
|
---|
[2756] | 393 | </File>
|
---|
| 394 | <File
|
---|
[2782] | 395 | RelativePath=".\src\RenderTraverser.cpp"
|
---|
[2756] | 396 | >
|
---|
[2782] | 397 | <FileConfiguration
|
---|
| 398 | Name="Debug|Win32"
|
---|
| 399 | >
|
---|
| 400 | <Tool
|
---|
| 401 | Name="VCCLCompilerTool"
|
---|
| 402 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 403 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 404 | />
|
---|
| 405 | </FileConfiguration>
|
---|
| 406 | <FileConfiguration
|
---|
| 407 | Name="Release|Win32"
|
---|
| 408 | >
|
---|
| 409 | <Tool
|
---|
| 410 | Name="VCCLCompilerTool"
|
---|
| 411 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 412 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 413 | />
|
---|
| 414 | </FileConfiguration>
|
---|
[2756] | 415 | </File>
|
---|
| 416 | <File
|
---|
[2782] | 417 | RelativePath=".\src\StopAndWaitTraverser.cpp"
|
---|
[2756] | 418 | >
|
---|
[2782] | 419 | <FileConfiguration
|
---|
| 420 | Name="Debug|Win32"
|
---|
| 421 | >
|
---|
| 422 | <Tool
|
---|
| 423 | Name="VCCLCompilerTool"
|
---|
| 424 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 425 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 426 | />
|
---|
| 427 | </FileConfiguration>
|
---|
| 428 | <FileConfiguration
|
---|
| 429 | Name="Release|Win32"
|
---|
| 430 | >
|
---|
| 431 | <Tool
|
---|
| 432 | Name="VCCLCompilerTool"
|
---|
| 433 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 434 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 435 | />
|
---|
| 436 | </FileConfiguration>
|
---|
[2756] | 437 | </File>
|
---|
| 438 | </Filter>
|
---|
| 439 | </Filter>
|
---|
| 440 | <Filter
|
---|
[2806] | 441 | Name="rendering"
|
---|
[2756] | 442 | >
|
---|
| 443 | <Filter
|
---|
| 444 | Name="Header Files"
|
---|
| 445 | Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
---|
| 446 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
---|
[2754] | 447 | >
|
---|
[2756] | 448 | <File
|
---|
[2782] | 449 | RelativePath=".\src\Bvh.h"
|
---|
[2756] | 450 | >
|
---|
| 451 | </File>
|
---|
| 452 | <File
|
---|
[2782] | 453 | RelativePath=".\src\Camera.h"
|
---|
[2756] | 454 | >
|
---|
| 455 | </File>
|
---|
| 456 | <File
|
---|
[2896] | 457 | RelativePath=".\src\DeferredRenderer.h"
|
---|
[2895] | 458 | >
|
---|
| 459 | </File>
|
---|
| 460 | <File
|
---|
[2957] | 461 | RelativePath=".\src\FrameBufferObject.h"
|
---|
| 462 | >
|
---|
| 463 | </File>
|
---|
| 464 | <File
|
---|
[2793] | 465 | RelativePath=".\src\Geometry.h"
|
---|
[2756] | 466 | >
|
---|
| 467 | </File>
|
---|
| 468 | <File
|
---|
[2887] | 469 | RelativePath=".\src\Light.h"
|
---|
| 470 | >
|
---|
| 471 | </File>
|
---|
| 472 | <File
|
---|
[2839] | 473 | RelativePath=".\src\LODInfo.h"
|
---|
| 474 | >
|
---|
| 475 | </File>
|
---|
| 476 | <File
|
---|
[2801] | 477 | RelativePath=".\src\Material.h"
|
---|
| 478 | >
|
---|
| 479 | </File>
|
---|
| 480 | <File
|
---|
[2782] | 481 | RelativePath=".\src\OcclusionQuery.h"
|
---|
[2756] | 482 | >
|
---|
| 483 | </File>
|
---|
| 484 | <File
|
---|
[2782] | 485 | RelativePath=".\src\RenderQueue.h"
|
---|
[2767] | 486 | >
|
---|
| 487 | </File>
|
---|
| 488 | <File
|
---|
[2782] | 489 | RelativePath=".\src\RenderState.h"
|
---|
[2769] | 490 | >
|
---|
| 491 | </File>
|
---|
| 492 | <File
|
---|
[2806] | 493 | RelativePath=".\src\ResourceManager.h"
|
---|
| 494 | >
|
---|
| 495 | </File>
|
---|
| 496 | <File
|
---|
[2783] | 497 | RelativePath=".\src\SceneEntity.h"
|
---|
| 498 | >
|
---|
| 499 | </File>
|
---|
| 500 | <File
|
---|
[2957] | 501 | RelativePath=".\src\SceneQuery.h"
|
---|
| 502 | >
|
---|
| 503 | </File>
|
---|
| 504 | <File
|
---|
| 505 | RelativePath=".\src\ShadowMapping.h"
|
---|
| 506 | >
|
---|
| 507 | </File>
|
---|
| 508 | <File
|
---|
[2839] | 509 | RelativePath=".\src\Shape.h"
|
---|
| 510 | >
|
---|
| 511 | </File>
|
---|
| 512 | <File
|
---|
[2782] | 513 | RelativePath=".\src\Texture.h"
|
---|
[2756] | 514 | >
|
---|
| 515 | </File>
|
---|
| 516 | <File
|
---|
[2840] | 517 | RelativePath=".\src\Transform3.h"
|
---|
[2839] | 518 | >
|
---|
| 519 | </File>
|
---|
| 520 | <File
|
---|
[2782] | 521 | RelativePath=".\src\Visualization.h"
|
---|
[2756] | 522 | >
|
---|
| 523 | </File>
|
---|
| 524 | </Filter>
|
---|
| 525 | <Filter
|
---|
| 526 | Name="Source Files"
|
---|
| 527 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
---|
| 528 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
---|
[2754] | 529 | >
|
---|
[2756] | 530 | <File
|
---|
[2782] | 531 | RelativePath=".\src\Bvh.cpp"
|
---|
[2756] | 532 | >
|
---|
[2782] | 533 | <FileConfiguration
|
---|
| 534 | Name="Debug|Win32"
|
---|
| 535 | >
|
---|
| 536 | <Tool
|
---|
| 537 | Name="VCCLCompilerTool"
|
---|
| 538 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 539 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 540 | />
|
---|
| 541 | </FileConfiguration>
|
---|
| 542 | <FileConfiguration
|
---|
| 543 | Name="Release|Win32"
|
---|
| 544 | >
|
---|
| 545 | <Tool
|
---|
| 546 | Name="VCCLCompilerTool"
|
---|
| 547 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 548 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 549 | />
|
---|
| 550 | </FileConfiguration>
|
---|
[2756] | 551 | </File>
|
---|
| 552 | <File
|
---|
[2782] | 553 | RelativePath=".\src\Camera.cpp"
|
---|
[2756] | 554 | >
|
---|
[2782] | 555 | <FileConfiguration
|
---|
| 556 | Name="Debug|Win32"
|
---|
| 557 | >
|
---|
| 558 | <Tool
|
---|
| 559 | Name="VCCLCompilerTool"
|
---|
| 560 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 561 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 562 | />
|
---|
| 563 | </FileConfiguration>
|
---|
| 564 | <FileConfiguration
|
---|
| 565 | Name="Release|Win32"
|
---|
| 566 | >
|
---|
| 567 | <Tool
|
---|
| 568 | Name="VCCLCompilerTool"
|
---|
| 569 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 570 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 571 | />
|
---|
| 572 | </FileConfiguration>
|
---|
[2756] | 573 | </File>
|
---|
| 574 | <File
|
---|
[2896] | 575 | RelativePath=".\src\DeferredRenderer.cpp"
|
---|
| 576 | >
|
---|
| 577 | </File>
|
---|
| 578 | <File
|
---|
[2980] | 579 | RelativePath=".\src\EntityMerger.cpp"
|
---|
| 580 | >
|
---|
| 581 | </File>
|
---|
| 582 | <File
|
---|
| 583 | RelativePath=".\src\EntityMerger.h"
|
---|
| 584 | >
|
---|
| 585 | </File>
|
---|
| 586 | <File
|
---|
[2957] | 587 | RelativePath=".\src\FrameBufferObject.cpp"
|
---|
| 588 | >
|
---|
| 589 | </File>
|
---|
| 590 | <File
|
---|
[2783] | 591 | RelativePath=".\src\Geometry.cpp"
|
---|
| 592 | >
|
---|
| 593 | </File>
|
---|
| 594 | <File
|
---|
[2847] | 595 | RelativePath=".\src\LODInfo.cpp"
|
---|
| 596 | >
|
---|
| 597 | </File>
|
---|
| 598 | <File
|
---|
[2783] | 599 | RelativePath=".\src\Material.cpp"
|
---|
| 600 | >
|
---|
| 601 | </File>
|
---|
| 602 | <File
|
---|
[2782] | 603 | RelativePath=".\src\OcclusionQuery.cpp"
|
---|
[2756] | 604 | >
|
---|
[2782] | 605 | <FileConfiguration
|
---|
| 606 | Name="Debug|Win32"
|
---|
| 607 | >
|
---|
| 608 | <Tool
|
---|
| 609 | Name="VCCLCompilerTool"
|
---|
| 610 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 611 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 612 | />
|
---|
| 613 | </FileConfiguration>
|
---|
| 614 | <FileConfiguration
|
---|
| 615 | Name="Release|Win32"
|
---|
| 616 | >
|
---|
| 617 | <Tool
|
---|
| 618 | Name="VCCLCompilerTool"
|
---|
| 619 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 620 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 621 | />
|
---|
| 622 | </FileConfiguration>
|
---|
[2756] | 623 | </File>
|
---|
| 624 | <File
|
---|
[2782] | 625 | RelativePath=".\src\RenderQueue.cpp"
|
---|
[2756] | 626 | >
|
---|
[2782] | 627 | <FileConfiguration
|
---|
| 628 | Name="Debug|Win32"
|
---|
| 629 | >
|
---|
| 630 | <Tool
|
---|
| 631 | Name="VCCLCompilerTool"
|
---|
| 632 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 633 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 634 | />
|
---|
| 635 | </FileConfiguration>
|
---|
| 636 | <FileConfiguration
|
---|
| 637 | Name="Release|Win32"
|
---|
| 638 | >
|
---|
| 639 | <Tool
|
---|
| 640 | Name="VCCLCompilerTool"
|
---|
| 641 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 642 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 643 | />
|
---|
| 644 | </FileConfiguration>
|
---|
[2756] | 645 | </File>
|
---|
| 646 | <File
|
---|
[2782] | 647 | RelativePath=".\src\RenderState.cpp"
|
---|
[2756] | 648 | >
|
---|
[2782] | 649 | <FileConfiguration
|
---|
| 650 | Name="Debug|Win32"
|
---|
| 651 | >
|
---|
| 652 | <Tool
|
---|
| 653 | Name="VCCLCompilerTool"
|
---|
| 654 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 655 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 656 | />
|
---|
| 657 | </FileConfiguration>
|
---|
| 658 | <FileConfiguration
|
---|
| 659 | Name="Release|Win32"
|
---|
| 660 | >
|
---|
| 661 | <Tool
|
---|
| 662 | Name="VCCLCompilerTool"
|
---|
| 663 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 664 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 665 | />
|
---|
| 666 | </FileConfiguration>
|
---|
[2756] | 667 | </File>
|
---|
| 668 | <File
|
---|
[2806] | 669 | RelativePath=".\src\ResourceManager.cpp"
|
---|
| 670 | >
|
---|
| 671 | </File>
|
---|
| 672 | <File
|
---|
[2783] | 673 | RelativePath=".\src\SceneEntity.cpp"
|
---|
| 674 | >
|
---|
| 675 | </File>
|
---|
| 676 | <File
|
---|
[2957] | 677 | RelativePath=".\src\SceneQuery.cpp"
|
---|
| 678 | >
|
---|
| 679 | </File>
|
---|
| 680 | <File
|
---|
| 681 | RelativePath=".\src\ShadowMapping.cpp"
|
---|
| 682 | >
|
---|
| 683 | </File>
|
---|
| 684 | <File
|
---|
[2839] | 685 | RelativePath=".\src\Shape.cpp"
|
---|
| 686 | >
|
---|
| 687 | </File>
|
---|
| 688 | <File
|
---|
[2782] | 689 | RelativePath=".\src\Texture.cpp"
|
---|
[2756] | 690 | >
|
---|
[2782] | 691 | <FileConfiguration
|
---|
| 692 | Name="Debug|Win32"
|
---|
| 693 | >
|
---|
| 694 | <Tool
|
---|
| 695 | Name="VCCLCompilerTool"
|
---|
| 696 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 697 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 698 | />
|
---|
| 699 | </FileConfiguration>
|
---|
| 700 | <FileConfiguration
|
---|
| 701 | Name="Release|Win32"
|
---|
| 702 | >
|
---|
| 703 | <Tool
|
---|
| 704 | Name="VCCLCompilerTool"
|
---|
| 705 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 706 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 707 | />
|
---|
| 708 | </FileConfiguration>
|
---|
[2756] | 709 | </File>
|
---|
| 710 | <File
|
---|
[2840] | 711 | RelativePath=".\src\Transform3.cpp"
|
---|
[2839] | 712 | >
|
---|
| 713 | </File>
|
---|
| 714 | <File
|
---|
[2782] | 715 | RelativePath=".\src\Visualization.cpp"
|
---|
[2767] | 716 | >
|
---|
[2782] | 717 | <FileConfiguration
|
---|
| 718 | Name="Debug|Win32"
|
---|
| 719 | >
|
---|
| 720 | <Tool
|
---|
| 721 | Name="VCCLCompilerTool"
|
---|
| 722 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 723 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 724 | />
|
---|
| 725 | </FileConfiguration>
|
---|
| 726 | <FileConfiguration
|
---|
| 727 | Name="Release|Win32"
|
---|
| 728 | >
|
---|
| 729 | <Tool
|
---|
| 730 | Name="VCCLCompilerTool"
|
---|
| 731 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 732 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 733 | />
|
---|
| 734 | </FileConfiguration>
|
---|
[2767] | 735 | </File>
|
---|
[2756] | 736 | </Filter>
|
---|
[2751] | 737 | </Filter>
|
---|
[2834] | 738 | <Filter
|
---|
| 739 | Name="shaders"
|
---|
| 740 | >
|
---|
| 741 | <File
|
---|
[2864] | 742 | RelativePath=".\src\shaders\antialiasing.cg"
|
---|
| 743 | >
|
---|
| 744 | </File>
|
---|
| 745 | <File
|
---|
[2834] | 746 | RelativePath=".\src\shaders\deferred.cg"
|
---|
| 747 | >
|
---|
| 748 | </File>
|
---|
| 749 | <File
|
---|
[2873] | 750 | RelativePath=".\src\shaders\globillum.cg"
|
---|
| 751 | >
|
---|
| 752 | </File>
|
---|
| 753 | <File
|
---|
[2834] | 754 | RelativePath=".\src\shaders\mrt.cg"
|
---|
| 755 | >
|
---|
| 756 | </File>
|
---|
[2868] | 757 | <File
|
---|
[3016] | 758 | RelativePath=".\src\shaderenv.h"
|
---|
| 759 | >
|
---|
| 760 | </File>
|
---|
| 761 | <File
|
---|
[2957] | 762 | RelativePath=".\src\shaders\sky_preetham.cg"
|
---|
| 763 | >
|
---|
| 764 | </File>
|
---|
| 765 | <File
|
---|
[2868] | 766 | RelativePath=".\src\shaders\ssao.cg"
|
---|
| 767 | >
|
---|
| 768 | </File>
|
---|
[2900] | 769 | <File
|
---|
[2901] | 770 | RelativePath=".\src\shaders\ssao3d.cg"
|
---|
[2900] | 771 | >
|
---|
| 772 | </File>
|
---|
[2972] | 773 | <File
|
---|
| 774 | RelativePath=".\src\shaders\tonemap.cg"
|
---|
| 775 | >
|
---|
| 776 | </File>
|
---|
[2834] | 777 | </Filter>
|
---|
[2957] | 778 | <Filter
|
---|
| 779 | Name="math"
|
---|
| 780 | >
|
---|
| 781 | <File
|
---|
| 782 | RelativePath=".\src\AxisAlignedBox3.cpp"
|
---|
| 783 | >
|
---|
| 784 | </File>
|
---|
| 785 | <File
|
---|
| 786 | RelativePath=".\src\Halton.cpp"
|
---|
| 787 | >
|
---|
| 788 | </File>
|
---|
| 789 | <File
|
---|
| 790 | RelativePath=".\src\Halton.h"
|
---|
| 791 | >
|
---|
| 792 | </File>
|
---|
| 793 | <File
|
---|
| 794 | RelativePath=".\src\Matrix4x4.cpp"
|
---|
| 795 | >
|
---|
| 796 | </File>
|
---|
| 797 | <File
|
---|
| 798 | RelativePath=".\src\Matrix4x4.h"
|
---|
| 799 | >
|
---|
| 800 | </File>
|
---|
| 801 | <File
|
---|
| 802 | RelativePath=".\src\Plane3.cpp"
|
---|
| 803 | >
|
---|
| 804 | </File>
|
---|
| 805 | <File
|
---|
| 806 | RelativePath=".\src\Plane3.h"
|
---|
| 807 | >
|
---|
| 808 | </File>
|
---|
| 809 | <File
|
---|
| 810 | RelativePath=".\src\Polygon3.cpp"
|
---|
| 811 | >
|
---|
| 812 | </File>
|
---|
| 813 | <File
|
---|
| 814 | RelativePath=".\src\Polygon3.h"
|
---|
| 815 | >
|
---|
| 816 | </File>
|
---|
| 817 | <File
|
---|
| 818 | RelativePath=".\src\Polyhedron.cpp"
|
---|
| 819 | >
|
---|
| 820 | </File>
|
---|
| 821 | <File
|
---|
| 822 | RelativePath=".\src\Polyhedron.h"
|
---|
| 823 | >
|
---|
| 824 | </File>
|
---|
| 825 | <File
|
---|
| 826 | RelativePath=".\src\Triangle3.cpp"
|
---|
| 827 | >
|
---|
| 828 | </File>
|
---|
| 829 | <File
|
---|
| 830 | RelativePath=".\src\Triangle3.h"
|
---|
| 831 | >
|
---|
| 832 | </File>
|
---|
| 833 | <File
|
---|
| 834 | RelativePath=".\src\Vector3.cpp"
|
---|
| 835 | >
|
---|
| 836 | </File>
|
---|
| 837 | <File
|
---|
| 838 | RelativePath=".\src\Vector3.h"
|
---|
| 839 | >
|
---|
| 840 | </File>
|
---|
| 841 | </Filter>
|
---|
[2642] | 842 | <File
|
---|
[2861] | 843 | RelativePath=".\default.env"
|
---|
| 844 | >
|
---|
| 845 | </File>
|
---|
| 846 | <File
|
---|
[2642] | 847 | RelativePath=".\ReadMe.txt"
|
---|
| 848 | >
|
---|
| 849 | </File>
|
---|
| 850 | </Files>
|
---|
| 851 | <Globals>
|
---|
| 852 | </Globals>
|
---|
| 853 | </VisualStudioProject>
|
---|