source: GTP/trunk/App/Demos/Vis/FriendlyCulling/FriendlyCulling.vcproj @ 3202

Revision 3202, 18.4 KB checked in by mattausch, 16 years ago (diff)

finally found bvh tighter bounds bug

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