Changeset 1681 for GTP/trunk/Lib/Illum
- Timestamp:
- 10/26/06 15:30:40 (18 years ago)
- Location:
- GTP/trunk/Lib/Illum/IllumModule
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IllumModule/IllumModule/scripts/illummodule.vcproj
r1425 r1681 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="8,00" 5 5 Name="IllumModule" 6 6 ProjectGUID="{109F610E-9B23-4D05-819E-A7F27A42AA94}" 7 Keyword="Win32Proj"> 7 RootNamespace="IllumModule" 8 Keyword="Win32Proj" 9 > 8 10 <Platforms> 9 11 <Platform 10 Name="Win32"/> 12 Name="Win32" 13 /> 11 14 </Platforms> 15 <ToolFiles> 16 </ToolFiles> 12 17 <Configurations> 13 18 <Configuration … … 16 21 IntermediateDirectory="..\obj\$(ConfigurationName)" 17 22 ConfigurationType="4" 18 CharacterSet="2"> 23 CharacterSet="2" 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 /> 19 40 <Tool 20 41 Name="VCCLCompilerTool" 21 42 Optimization="0" 22 ImproveFloatingPointConsistency="TRUE"23 43 AdditionalIncludeDirectories="..\include;..\include\RenderingRuns;..\include\RenderTechniques" 24 44 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" 25 MinimalRebuild=" TRUE"45 MinimalRebuild="true" 26 46 BasicRuntimeChecks="3" 27 47 RuntimeLibrary="3" 28 EnableFunctionLevelLinking=" TRUE"29 RuntimeTypeInfo=" TRUE"48 EnableFunctionLevelLinking="true" 49 RuntimeTypeInfo="true" 30 50 UsePrecompiledHeader="0" 31 51 WarningLevel="3" 32 Detect64BitPortabilityProblems="TRUE" 33 DebugInformationFormat="4"/> 34 <Tool 35 Name="VCCustomBuildTool"/> 36 <Tool 37 Name="VCLibrarianTool"/> 38 <Tool 39 Name="VCMIDLTool"/> 40 <Tool 41 Name="VCPostBuildEventTool"/> 42 <Tool 43 Name="VCPreBuildEventTool"/> 44 <Tool 45 Name="VCPreLinkEventTool"/> 46 <Tool 47 Name="VCResourceCompilerTool"/> 48 <Tool 49 Name="VCWebServiceProxyGeneratorTool"/> 50 <Tool 51 Name="VCXMLDataGeneratorTool"/> 52 <Tool 53 Name="VCManagedWrapperGeneratorTool"/> 54 <Tool 55 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 52 Detect64BitPortabilityProblems="true" 53 DebugInformationFormat="4" 54 /> 55 <Tool 56 Name="VCManagedResourceCompilerTool" 57 /> 58 <Tool 59 Name="VCResourceCompilerTool" 60 /> 61 <Tool 62 Name="VCPreLinkEventTool" 63 /> 64 <Tool 65 Name="VCLibrarianTool" 66 /> 67 <Tool 68 Name="VCALinkTool" 69 /> 70 <Tool 71 Name="VCXDCMakeTool" 72 /> 73 <Tool 74 Name="VCBscMakeTool" 75 /> 76 <Tool 77 Name="VCFxCopTool" 78 /> 79 <Tool 80 Name="VCPostBuildEventTool" 81 /> 56 82 </Configuration> 57 83 <Configuration … … 60 86 IntermediateDirectory="..\obj\$(ConfigurationName)" 61 87 ConfigurationType="4" 88 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 62 89 CharacterSet="2" 63 WholeProgramOptimization="TRUE"> 90 WholeProgramOptimization="1" 91 > 92 <Tool 93 Name="VCPreBuildEventTool" 94 /> 95 <Tool 96 Name="VCCustomBuildTool" 97 /> 98 <Tool 99 Name="VCXMLDataGeneratorTool" 100 /> 101 <Tool 102 Name="VCWebServiceProxyGeneratorTool" 103 /> 104 <Tool 105 Name="VCMIDLTool" 106 /> 64 107 <Tool 65 108 Name="VCCLCompilerTool" 66 109 Optimization="2" 67 GlobalOptimizations="TRUE"68 110 InlineFunctionExpansion="1" 69 EnableIntrinsicFunctions="TRUE" 70 ImproveFloatingPointConsistency="TRUE" 111 EnableIntrinsicFunctions="true" 71 112 FavorSizeOrSpeed="1" 72 OmitFramePointers="TRUE" 73 OptimizeForProcessor="2" 74 OptimizeForWindowsApplication="TRUE" 113 OmitFramePointers="true" 75 114 AdditionalIncludeDirectories="..\include;..\include\RenderingRuns;..\include\RenderTechniques" 76 115 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 77 StringPooling=" TRUE"78 MinimalRebuild=" TRUE"116 StringPooling="true" 117 MinimalRebuild="true" 79 118 RuntimeLibrary="2" 80 BufferSecurityCheck=" FALSE"81 EnableFunctionLevelLinking=" TRUE"82 RuntimeTypeInfo=" TRUE"119 BufferSecurityCheck="false" 120 EnableFunctionLevelLinking="true" 121 RuntimeTypeInfo="true" 83 122 UsePrecompiledHeader="0" 84 123 WarningLevel="3" 85 Detect64BitPortabilityProblems="TRUE" 86 DebugInformationFormat="3"/> 87 <Tool 88 Name="VCCustomBuildTool"/> 89 <Tool 90 Name="VCLibrarianTool"/> 91 <Tool 92 Name="VCMIDLTool"/> 93 <Tool 94 Name="VCPostBuildEventTool"/> 95 <Tool 96 Name="VCPreBuildEventTool"/> 97 <Tool 98 Name="VCPreLinkEventTool"/> 99 <Tool 100 Name="VCResourceCompilerTool"/> 101 <Tool 102 Name="VCWebServiceProxyGeneratorTool"/> 103 <Tool 104 Name="VCXMLDataGeneratorTool"/> 105 <Tool 106 Name="VCManagedWrapperGeneratorTool"/> 107 <Tool 108 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 124 Detect64BitPortabilityProblems="true" 125 DebugInformationFormat="3" 126 /> 127 <Tool 128 Name="VCManagedResourceCompilerTool" 129 /> 130 <Tool 131 Name="VCResourceCompilerTool" 132 /> 133 <Tool 134 Name="VCPreLinkEventTool" 135 /> 136 <Tool 137 Name="VCLibrarianTool" 138 /> 139 <Tool 140 Name="VCALinkTool" 141 /> 142 <Tool 143 Name="VCXDCMakeTool" 144 /> 145 <Tool 146 Name="VCBscMakeTool" 147 /> 148 <Tool 149 Name="VCFxCopTool" 150 /> 151 <Tool 152 Name="VCPostBuildEventTool" 153 /> 109 154 </Configuration> 110 155 </Configurations> … … 114 159 <Filter 115 160 Name="Source Files" 116 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> 117 <File 118 RelativePath="..\src\ElementaryRenderable.cpp"> 119 </File> 120 <File 121 RelativePath="..\src\IlluminationManager.cpp"> 122 </File> 123 <File 124 RelativePath="..\src\RenderingRun.cpp"> 125 </File> 126 <File 127 RelativePath="..\src\RenderTechnique.cpp"> 128 </File> 129 <File 130 RelativePath="..\src\SharedRuns.cpp"> 131 </File> 132 <File 133 RelativePath="..\src\TechniqueGroup.cpp"> 161 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" 162 > 163 <File 164 RelativePath="..\src\ElementaryRenderable.cpp" 165 > 166 </File> 167 <File 168 RelativePath="..\src\IlluminationManager.cpp" 169 > 170 </File> 171 <File 172 RelativePath="..\src\RenderingRun.cpp" 173 > 174 </File> 175 <File 176 RelativePath="..\src\RenderTechnique.cpp" 177 > 178 </File> 179 <File 180 RelativePath="..\src\SharedRuns.cpp" 181 > 182 </File> 183 <File 184 RelativePath="..\src\TechniqueGroup.cpp" 185 > 134 186 </File> 135 187 <Filter 136 188 Name="RenderTechniques" 137 Filter=""> 138 <File 139 RelativePath="..\src\RenderTechniques\CausticCasterRenderTechnique.cpp"> 140 </File> 141 <File 142 RelativePath="..\src\RenderTechniques\CausticRecieverRenderTechnique.cpp"> 143 </File> 144 <File 145 RelativePath="..\src\RenderTechniques\ConvolvedCubeMapRenderTechnique.cpp"> 146 </File> 147 <File 148 RelativePath="..\src\RenderTechniques\CubeMapRenderTechnique.cpp"> 149 </File> 150 <File 151 RelativePath="..\src\RenderTechniques\DepthShadowRecieverRenderTechnique.cpp"> 152 </File> 153 <File 154 RelativePath="..\src\RenderTechniques\DistanceCubeMapRenderTechnique.cpp"> 155 </File> 156 <File 157 RelativePath="..\src\RenderTechniques\HierarchicalParticleSystemTechnique.cpp"> 158 </File> 159 <File 160 RelativePath="..\src\RenderTechniques\IllumVolumeRenderTechnique.cpp"> 161 </File> 162 <File 163 RelativePath="..\src\RenderTechniques\SBBRenderTechnique.cpp"> 189 > 190 <File 191 RelativePath="..\src\RenderTechniques\CausticCasterRenderTechnique.cpp" 192 > 193 </File> 194 <File 195 RelativePath="..\src\RenderTechniques\CausticRecieverRenderTechnique.cpp" 196 > 197 </File> 198 <File 199 RelativePath="..\src\RenderTechniques\ConvolvedCubeMapRenderTechnique.cpp" 200 > 201 </File> 202 <File 203 RelativePath="..\src\RenderTechniques\CubeMapRenderTechnique.cpp" 204 > 205 </File> 206 <File 207 RelativePath="..\src\RenderTechniques\DepthShadowRecieverRenderTechnique.cpp" 208 > 209 </File> 210 <File 211 RelativePath="..\src\RenderTechniques\DistanceCubeMapRenderTechnique.cpp" 212 > 213 </File> 214 <File 215 RelativePath="..\src\RenderTechniques\HierarchicalParticleSystemTechnique.cpp" 216 > 217 </File> 218 <File 219 RelativePath="..\src\RenderTechniques\IllumVolumeRenderTechnique.cpp" 220 > 221 </File> 222 <File 223 RelativePath="..\src\RenderTechniques\SBBRenderTechnique.cpp" 224 > 164 225 </File> 165 226 </Filter> 166 227 <Filter 167 228 Name="RenderingRuns" 168 Filter=""> 169 <File 170 RelativePath="..\src\RenderingRuns\CausticCubeMapRenderingRun.cpp"> 171 </File> 172 <File 173 RelativePath="..\src\RenderingRuns\ChildPSystemRenderingRun.cpp"> 174 </File> 175 <File 176 RelativePath="..\src\RenderingRuns\ColorCubeMapRenderingRun.cpp"> 177 </File> 178 <File 179 RelativePath="..\src\RenderingRuns\DepthShadowMapRenderingRun.cpp"> 180 </File> 181 <File 182 RelativePath="..\src\RenderingRuns\DistanceCubeMapRenderingRun.cpp"> 183 </File> 184 <File 185 RelativePath="..\src\RenderingRuns\LightVolumeRenderingRun.cpp"> 186 </File> 187 <File 188 RelativePath="..\src\RenderingRuns\PhaseTextureRenderingRun.cpp"> 189 </File> 190 <File 191 RelativePath="..\src\RenderingRuns\PhotonMapRenderingRun.cpp"> 192 </File> 193 <File 194 RelativePath="..\src\RenderingRuns\ReducedCubeMapRenderingRun.cpp"> 195 </File> 196 <File 197 RelativePath="..\src\RenderingRuns\SceneCameraDepthRenderingRun.cpp"> 229 > 230 <File 231 RelativePath="..\src\RenderingRuns\CausticCubeMapRenderingRun.cpp" 232 > 233 </File> 234 <File 235 RelativePath="..\src\RenderingRuns\ChildPSystemRenderingRun.cpp" 236 > 237 </File> 238 <File 239 RelativePath="..\src\RenderingRuns\ColorCubeMapRenderingRun.cpp" 240 > 241 </File> 242 <File 243 RelativePath="..\src\RenderingRuns\DepthShadowMapRenderingRun.cpp" 244 > 245 </File> 246 <File 247 RelativePath="..\src\RenderingRuns\DistanceCubeMapRenderingRun.cpp" 248 > 249 </File> 250 <File 251 RelativePath="..\src\RenderingRuns\LightVolumeRenderingRun.cpp" 252 > 253 </File> 254 <File 255 RelativePath="..\src\RenderingRuns\PhaseTextureRenderingRun.cpp" 256 > 257 </File> 258 <File 259 RelativePath="..\src\RenderingRuns\PhotonMapRenderingRun.cpp" 260 > 261 </File> 262 <File 263 RelativePath="..\src\RenderingRuns\ReducedCubeMapRenderingRun.cpp" 264 > 265 </File> 266 <File 267 RelativePath="..\src\RenderingRuns\SceneCameraDepthRenderingRun.cpp" 268 > 198 269 </File> 199 270 </Filter> … … 201 272 <Filter 202 273 Name="Header Files" 203 Filter="h;hpp;hxx;hm;inl;inc"> 204 <File 205 RelativePath="..\include\ElementaryRenderable.h"> 206 </File> 207 <File 208 RelativePath="..\include\IlluminationManager.h"> 209 </File> 210 <File 211 RelativePath="..\include\RenderingRun.h"> 212 </File> 213 <File 214 RelativePath="..\include\RenderTechnique.h"> 215 </File> 216 <File 217 RelativePath="..\include\SharedRuns.h"> 218 </File> 219 <File 220 RelativePath="..\include\TechniqueGroup.h"> 274 Filter="h;hpp;hxx;hm;inl;inc" 275 > 276 <File 277 RelativePath="..\include\ElementaryRenderable.h" 278 > 279 </File> 280 <File 281 RelativePath="..\include\IlluminationManager.h" 282 > 283 </File> 284 <File 285 RelativePath="..\include\RenderingRun.h" 286 > 287 </File> 288 <File 289 RelativePath="..\include\RenderTechnique.h" 290 > 291 </File> 292 <File 293 RelativePath="..\include\SharedRuns.h" 294 > 295 </File> 296 <File 297 RelativePath="..\include\TechniqueGroup.h" 298 > 221 299 </File> 222 300 <Filter 223 301 Name="RenderTechniques" 224 Filter=""> 225 <File 226 RelativePath="..\include\RenderTechniques\CausticCasterRenderTechnique.h"> 227 </File> 228 <File 229 RelativePath="..\include\RenderTechniques\CausticRecieverRenderTechnique.h"> 230 </File> 231 <File 232 RelativePath="..\include\RenderTechniques\ConvolvedCubeMapRenderTechnique.h"> 233 </File> 234 <File 235 RelativePath="..\include\RenderTechniques\CubeMapRenderTechnique.h"> 236 </File> 237 <File 238 RelativePath="..\include\RenderTechniques\DepthShadowRecieverRenderTechnique.h"> 239 </File> 240 <File 241 RelativePath="..\include\RenderTechniques\DistanceCubeMapRenderTechnique.h"> 242 </File> 243 <File 244 RelativePath="..\include\RenderTechniques\HierarchicalParticleSystemTechnique.h"> 245 </File> 246 <File 247 RelativePath="..\include\RenderTechniques\IllumVolumeRenderTechnique.h"> 248 </File> 249 <File 250 RelativePath="..\include\RenderTechniques\SBBRenderTechnique.h"> 302 > 303 <File 304 RelativePath="..\include\RenderTechniques\CausticCasterRenderTechnique.h" 305 > 306 </File> 307 <File 308 RelativePath="..\include\RenderTechniques\CausticRecieverRenderTechnique.h" 309 > 310 </File> 311 <File 312 RelativePath="..\include\RenderTechniques\ConvolvedCubeMapRenderTechnique.h" 313 > 314 </File> 315 <File 316 RelativePath="..\include\RenderTechniques\CubeMapRenderTechnique.h" 317 > 318 </File> 319 <File 320 RelativePath="..\include\RenderTechniques\DepthShadowRecieverRenderTechnique.h" 321 > 322 </File> 323 <File 324 RelativePath="..\include\RenderTechniques\DistanceCubeMapRenderTechnique.h" 325 > 326 </File> 327 <File 328 RelativePath="..\include\RenderTechniques\HierarchicalParticleSystemTechnique.h" 329 > 330 </File> 331 <File 332 RelativePath="..\include\RenderTechniques\IllumVolumeRenderTechnique.h" 333 > 334 </File> 335 <File 336 RelativePath="..\include\RenderTechniques\SBBRenderTechnique.h" 337 > 251 338 </File> 252 339 </Filter> 253 340 <Filter 254 341 Name="RenderingRuns" 255 Filter=""> 256 <File 257 RelativePath="..\include\RenderingRuns\CausticCubeMapRenderingRun.h"> 258 </File> 259 <File 260 RelativePath="..\include\RenderingRuns\ChildPSystemRenderingRun.h"> 261 </File> 262 <File 263 RelativePath="..\include\RenderingRuns\ColorCubeMapRenderingRun.h"> 264 </File> 265 <File 266 RelativePath="..\include\RenderingRuns\DepthShadowMapRenderingRun.h"> 267 </File> 268 <File 269 RelativePath="..\include\RenderingRuns\DistanceCubeMapRenderingRun.h"> 270 </File> 271 <File 272 RelativePath="..\include\RenderingRuns\LightVolumeRenderingRun.h"> 273 </File> 274 <File 275 RelativePath="..\include\RenderingRuns\PhaseTextureRenderingRun.h"> 276 </File> 277 <File 278 RelativePath="..\include\RenderingRuns\PhotonMapRenderingRun.h"> 279 </File> 280 <File 281 RelativePath="..\include\RenderingRuns\ReducedCubeMapRenderingRun.h"> 282 </File> 283 <File 284 RelativePath="..\include\RenderingRuns\SceneCameraDepthRenderingRun.h"> 342 > 343 <File 344 RelativePath="..\include\RenderingRuns\CausticCubeMapRenderingRun.h" 345 > 346 </File> 347 <File 348 RelativePath="..\include\RenderingRuns\ChildPSystemRenderingRun.h" 349 > 350 </File> 351 <File 352 RelativePath="..\include\RenderingRuns\ColorCubeMapRenderingRun.h" 353 > 354 </File> 355 <File 356 RelativePath="..\include\RenderingRuns\DepthShadowMapRenderingRun.h" 357 > 358 </File> 359 <File 360 RelativePath="..\include\RenderingRuns\DistanceCubeMapRenderingRun.h" 361 > 362 </File> 363 <File 364 RelativePath="..\include\RenderingRuns\LightVolumeRenderingRun.h" 365 > 366 </File> 367 <File 368 RelativePath="..\include\RenderingRuns\PhaseTextureRenderingRun.h" 369 > 370 </File> 371 <File 372 RelativePath="..\include\RenderingRuns\PhotonMapRenderingRun.h" 373 > 374 </File> 375 <File 376 RelativePath="..\include\RenderingRuns\ReducedCubeMapRenderingRun.h" 377 > 378 </File> 379 <File 380 RelativePath="..\include\RenderingRuns\SceneCameraDepthRenderingRun.h" 381 > 285 382 </File> 286 383 </Filter> 287 384 <Filter 288 385 Name="Resource Files" 289 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> 290 <File 291 RelativePath="..\..\..\..\..\..\..\EGDemoGame\Media\materials\scripts\car.material"> 292 </File> 293 <File 294 RelativePath="..\..\..\..\..\..\..\EGDemoGame\Media\materials\programs\CarReflections.hlsl"> 386 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 387 > 388 <File 389 RelativePath="..\..\..\..\..\..\..\EGDemoGame\Media\materials\scripts\car.material" 390 > 391 </File> 392 <File 393 RelativePath="..\..\..\..\..\..\..\EGDemoGame\Media\materials\programs\CarReflections.hlsl" 394 > 295 395 </File> 296 396 </Filter> -
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/scripts/OgreIllumModule.vcproj
r1645 r1681 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="8,00" 5 5 Name="IllumModule_Ogre" 6 ProjectGUID="{109F610E-9B23-4D05-819E-A7F27A42AA94}" 7 Keyword="Win32Proj"> 6 ProjectGUID="{EE2B2AE5-1057-4EE9-A7BB-E59FCF1D5FFB}" 7 RootNamespace="IllumModule_Ogre" 8 Keyword="Win32Proj" 9 > 8 10 <Platforms> 9 11 <Platform 10 Name="Win32"/> 12 Name="Win32" 13 /> 11 14 </Platforms> 15 <ToolFiles> 16 </ToolFiles> 12 17 <Configurations> 13 18 <Configuration … … 16 21 IntermediateDirectory="..\obj\$(ConfigurationName)" 17 22 ConfigurationType="4" 18 CharacterSet="2"> 23 CharacterSet="2" 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 /> 19 40 <Tool 20 41 Name="VCCLCompilerTool" 21 42 Optimization="0" 22 ImproveFloatingPointConsistency="TRUE"23 43 AdditionalIncludeDirectories=""$(OGRE_PATH)\Samples\Common\include";"$(OGRE_PATH)\OgreMain\include";..\include;..\include\RenderingRuns;..\include\RenderTechniques;..\..\IllumModule\include;..\..\IllumModule\include\RenderingRuns;..\..\IllumModule\include\RenderTechniques;"$(OGRE_PATH)\PlugIns\OctreeSceneManager\include\"" 24 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE "25 MinimalRebuild=" TRUE"44 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE;GTP_VISIBILITY_MODIFIED_OGRE" 45 MinimalRebuild="true" 26 46 BasicRuntimeChecks="3" 27 47 RuntimeLibrary="3" 28 EnableFunctionLevelLinking=" TRUE"29 RuntimeTypeInfo=" TRUE"48 EnableFunctionLevelLinking="true" 49 RuntimeTypeInfo="true" 30 50 UsePrecompiledHeader="0" 31 51 WarningLevel="3" 32 Detect64BitPortabilityProblems="TRUE" 33 DebugInformationFormat="4"/> 34 <Tool 35 Name="VCCustomBuildTool"/> 52 Detect64BitPortabilityProblems="true" 53 DebugInformationFormat="4" 54 /> 55 <Tool 56 Name="VCManagedResourceCompilerTool" 57 /> 58 <Tool 59 Name="VCResourceCompilerTool" 60 /> 61 <Tool 62 Name="VCPreLinkEventTool" 63 /> 36 64 <Tool 37 65 Name="VCLibrarianTool" 38 66 AdditionalDependencies="IllumModule.lib OgreMain_d.lib Plugin_OctreeSceneManager.lib" 39 AdditionalLibraryDirectories="..\..\IllumModule\bin\Debug;"$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)""/> 40 <Tool 41 Name="VCMIDLTool"/> 42 <Tool 43 Name="VCPostBuildEventTool"/> 44 <Tool 45 Name="VCPreBuildEventTool"/> 46 <Tool 47 Name="VCPreLinkEventTool"/> 48 <Tool 49 Name="VCResourceCompilerTool"/> 50 <Tool 51 Name="VCWebServiceProxyGeneratorTool"/> 52 <Tool 53 Name="VCXMLDataGeneratorTool"/> 54 <Tool 55 Name="VCManagedWrapperGeneratorTool"/> 56 <Tool 57 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 67 AdditionalLibraryDirectories="..\..\IllumModule\bin\Debug;"$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)"" 68 /> 69 <Tool 70 Name="VCALinkTool" 71 /> 72 <Tool 73 Name="VCXDCMakeTool" 74 /> 75 <Tool 76 Name="VCBscMakeTool" 77 /> 78 <Tool 79 Name="VCFxCopTool" 80 /> 81 <Tool 82 Name="VCPostBuildEventTool" 83 /> 58 84 </Configuration> 59 85 <Configuration … … 62 88 IntermediateDirectory="..\obj\$(ConfigurationName)" 63 89 ConfigurationType="4" 90 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 64 91 CharacterSet="2" 65 WholeProgramOptimization="TRUE"> 92 WholeProgramOptimization="1" 93 > 94 <Tool 95 Name="VCPreBuildEventTool" 96 /> 97 <Tool 98 Name="VCCustomBuildTool" 99 /> 100 <Tool 101 Name="VCXMLDataGeneratorTool" 102 /> 103 <Tool 104 Name="VCWebServiceProxyGeneratorTool" 105 /> 106 <Tool 107 Name="VCMIDLTool" 108 /> 66 109 <Tool 67 110 Name="VCCLCompilerTool" 68 111 Optimization="2" 69 GlobalOptimizations="TRUE"70 112 InlineFunctionExpansion="1" 71 EnableIntrinsicFunctions="TRUE" 72 ImproveFloatingPointConsistency="TRUE" 113 EnableIntrinsicFunctions="true" 73 114 FavorSizeOrSpeed="1" 74 OmitFramePointers="TRUE" 75 OptimizeForProcessor="2" 76 OptimizeForWindowsApplication="TRUE" 115 OmitFramePointers="true" 77 116 AdditionalIncludeDirectories=""$(OGRE_PATH)\Samples\Common\include";"$(OGRE_PATH)\OgreMain\include";..\include;..\include\RenderingRuns;..\include\RenderTechniques;..\..\IllumModule\include;..\..\IllumModule\include\RenderingRuns;..\..\IllumModule\include\RenderTechniques;"$(OGRE_PATH)\PlugIns\OctreeSceneManager\include\"" 78 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE "79 StringPooling=" TRUE"80 MinimalRebuild=" TRUE"117 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE;GTP_VISIBILITY_MODIFIED_OGRE" 118 StringPooling="true" 119 MinimalRebuild="true" 81 120 RuntimeLibrary="2" 82 BufferSecurityCheck=" FALSE"83 EnableFunctionLevelLinking=" TRUE"84 RuntimeTypeInfo=" TRUE"121 BufferSecurityCheck="false" 122 EnableFunctionLevelLinking="true" 123 RuntimeTypeInfo="true" 85 124 UsePrecompiledHeader="0" 86 125 WarningLevel="3" 87 Detect64BitPortabilityProblems="TRUE" 88 DebugInformationFormat="3"/> 89 <Tool 90 Name="VCCustomBuildTool"/> 126 Detect64BitPortabilityProblems="true" 127 DebugInformationFormat="3" 128 /> 129 <Tool 130 Name="VCManagedResourceCompilerTool" 131 /> 132 <Tool 133 Name="VCResourceCompilerTool" 134 /> 135 <Tool 136 Name="VCPreLinkEventTool" 137 /> 91 138 <Tool 92 139 Name="VCLibrarianTool" 93 140 AdditionalDependencies="IllumModule.lib OgreMain.lib Plugin_OctreeSceneManager.lib" 94 AdditionalLibraryDirectories="..\..\IllumModule\bin\Release;"$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)""/> 95 <Tool 96 Name="VCMIDLTool"/> 97 <Tool 98 Name="VCPostBuildEventTool"/> 99 <Tool 100 Name="VCPreBuildEventTool"/> 101 <Tool 102 Name="VCPreLinkEventTool"/> 103 <Tool 104 Name="VCResourceCompilerTool"/> 105 <Tool 106 Name="VCWebServiceProxyGeneratorTool"/> 107 <Tool 108 Name="VCXMLDataGeneratorTool"/> 109 <Tool 110 Name="VCManagedWrapperGeneratorTool"/> 111 <Tool 112 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 141 AdditionalLibraryDirectories="..\..\IllumModule\bin\Release;"$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)"" 142 /> 143 <Tool 144 Name="VCALinkTool" 145 /> 146 <Tool 147 Name="VCXDCMakeTool" 148 /> 149 <Tool 150 Name="VCBscMakeTool" 151 /> 152 <Tool 153 Name="VCFxCopTool" 154 /> 155 <Tool 156 Name="VCPostBuildEventTool" 157 /> 113 158 </Configuration> 114 159 </Configurations> … … 118 163 <Filter 119 164 Name="Source Files" 120 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> 121 <File 122 RelativePath="..\src\OgreIlluminationManager.cpp"> 123 </File> 124 <File 125 RelativePath="..\src\OgreRenderable.cpp"> 126 </File> 127 <File 128 RelativePath="..\src\OgreRenderingRun.cpp"> 129 </File> 130 <File 131 RelativePath="..\src\OgreRenderTechnique.cpp"> 132 </File> 133 <File 134 RelativePath="..\src\OgreSharedRuns.cpp"> 135 </File> 136 <File 137 RelativePath="..\src\OgreTechniqueGroup.cpp"> 165 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" 166 > 167 <File 168 RelativePath="..\src\OgreIlluminationManager.cpp" 169 > 170 </File> 171 <File 172 RelativePath="..\src\OgreRenderable.cpp" 173 > 174 </File> 175 <File 176 RelativePath="..\src\OgreRenderingRun.cpp" 177 > 178 </File> 179 <File 180 RelativePath="..\src\OgreRenderTechnique.cpp" 181 > 182 </File> 183 <File 184 RelativePath="..\src\OgreSharedRuns.cpp" 185 > 186 </File> 187 <File 188 RelativePath="..\src\OgreTechniqueGroup.cpp" 189 > 138 190 </File> 139 191 <Filter 140 192 Name="RenderTechniques" 141 Filter=""> 142 <File 143 RelativePath="..\src\RenderTechniques\OgreCausticCasterRenderTechnique.cpp"> 144 </File> 145 <File 146 RelativePath="..\src\RenderTechniques\OgreCausticRecieverRenderTechnique.cpp"> 147 </File> 148 <File 149 RelativePath="..\src\RenderTechniques\OgreConvolvedCubeMapRenderTechnique.cpp"> 150 </File> 151 <File 152 RelativePath="..\src\RenderTechniques\OgreCubeMapRenderTechnique.cpp"> 153 </File> 154 <File 155 RelativePath="..\src\RenderTechniques\OgreDepthShadowRecieverRenderTechnique.cpp"> 156 </File> 157 <File 158 RelativePath="..\src\RenderTechniques\OgreDistanceCubeMapRenderTechnique.cpp"> 159 </File> 160 <File 161 RelativePath="..\src\RenderTechniques\OgreFireRenderTechnique.cpp"> 162 </File> 163 <File 164 RelativePath="..\src\RenderTechniques\OgreHierarchicalParticleSystemTechnique.cpp"> 165 </File> 166 <File 167 RelativePath="..\src\RenderTechniques\OgreIllumVolumeRenderTechnique.cpp"> 168 </File> 169 <File 170 RelativePath="..\src\RenderTechniques\OgreSBBRenderTechnique.cpp"> 193 > 194 <File 195 RelativePath="..\src\RenderTechniques\OgreCausticCasterRenderTechnique.cpp" 196 > 197 </File> 198 <File 199 RelativePath="..\src\RenderTechniques\OgreCausticRecieverRenderTechnique.cpp" 200 > 201 </File> 202 <File 203 RelativePath="..\src\RenderTechniques\OgreConvolvedCubeMapRenderTechnique.cpp" 204 > 205 </File> 206 <File 207 RelativePath="..\src\RenderTechniques\OgreCubeMapRenderTechnique.cpp" 208 > 209 </File> 210 <File 211 RelativePath="..\src\RenderTechniques\OgreDepthShadowRecieverRenderTechnique.cpp" 212 > 213 </File> 214 <File 215 RelativePath="..\src\RenderTechniques\OgreDistanceCubeMapRenderTechnique.cpp" 216 > 217 </File> 218 <File 219 RelativePath="..\src\RenderTechniques\OgreFireRenderTechnique.cpp" 220 > 221 </File> 222 <File 223 RelativePath="..\src\RenderTechniques\OgreHierarchicalParticleSystemTechnique.cpp" 224 > 225 </File> 226 <File 227 RelativePath="..\src\RenderTechniques\OgreIllumVolumeRenderTechnique.cpp" 228 > 229 </File> 230 <File 231 RelativePath="..\src\RenderTechniques\OgreSBBRenderTechnique.cpp" 232 > 171 233 </File> 172 234 </Filter> 173 235 <Filter 174 236 Name="RenderingRuns" 175 Filter=""> 176 <File 177 RelativePath="..\src\RenderingRuns\OgreCausticCubeMapRenderingRun.cpp"> 178 </File> 179 <File 180 RelativePath="..\src\RenderingRuns\OgreChildParticlesystemRenderingRun.cpp"> 181 </File> 182 <File 183 RelativePath="..\src\RenderingRuns\OgreColorCubeMapRenderingRun.cpp"> 184 </File> 185 <File 186 RelativePath="..\src\RenderingRuns\OgreDepthShadowMapRenderingRun.cpp"> 187 </File> 188 <File 189 RelativePath="..\src\RenderingRuns\OgreDistanceCubeMapRenderingRun.cpp"> 190 </File> 191 <File 192 RelativePath="..\src\RenderingRuns\OgreFocusingMapRenderingRun.cpp"> 193 </File> 194 <File 195 RelativePath="..\src\RenderingRuns\OgreLightVolumeRenderingRun.cpp"> 196 </File> 197 <File 198 RelativePath="..\src\RenderingRuns\OgrePhaseTextureRenderingRun.cpp"> 199 </File> 200 <File 201 RelativePath="..\src\RenderingRuns\OgrePhotonMapRenderingRun.cpp"> 202 </File> 203 <File 204 RelativePath="..\src\RenderingRuns\OgreReducedCubeMapRenderingRun.cpp"> 205 </File> 206 <File 207 RelativePath="..\src\RenderingRuns\OgreSceneCameraDepthRenderingRun.cpp"> 237 > 238 <File 239 RelativePath="..\src\RenderingRuns\OgreCausticCubeMapRenderingRun.cpp" 240 > 241 </File> 242 <File 243 RelativePath="..\src\RenderingRuns\OgreChildParticlesystemRenderingRun.cpp" 244 > 245 </File> 246 <File 247 RelativePath="..\src\RenderingRuns\OgreColorCubeMapRenderingRun.cpp" 248 > 249 </File> 250 <File 251 RelativePath="..\src\RenderingRuns\OgreDepthShadowMapRenderingRun.cpp" 252 > 253 </File> 254 <File 255 RelativePath="..\src\RenderingRuns\OgreDistanceCubeMapRenderingRun.cpp" 256 > 257 </File> 258 <File 259 RelativePath="..\src\RenderingRuns\OgreFocusingMapRenderingRun.cpp" 260 > 261 </File> 262 <File 263 RelativePath="..\src\RenderingRuns\OgreLightVolumeRenderingRun.cpp" 264 > 265 </File> 266 <File 267 RelativePath="..\src\RenderingRuns\OgrePhaseTextureRenderingRun.cpp" 268 > 269 </File> 270 <File 271 RelativePath="..\src\RenderingRuns\OgrePhotonMapRenderingRun.cpp" 272 > 273 </File> 274 <File 275 RelativePath="..\src\RenderingRuns\OgreReducedCubeMapRenderingRun.cpp" 276 > 277 </File> 278 <File 279 RelativePath="..\src\RenderingRuns\OgreSceneCameraDepthRenderingRun.cpp" 280 > 208 281 </File> 209 282 </Filter> … … 211 284 <Filter 212 285 Name="Resource Files" 213 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> 286 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 287 > 214 288 </Filter> 215 289 <Filter 216 290 Name="Header Files" 217 Filter="h;hpp;hxx;hm;inl;inc"> 218 <File 219 RelativePath="..\include\OgreIlluminationManager.h"> 220 </File> 221 <File 222 RelativePath="..\include\OgreRenderable.h"> 223 </File> 224 <File 225 RelativePath="..\include\OgreRenderingRun.h"> 226 </File> 227 <File 228 RelativePath="..\include\OgreRenderTechnique.h"> 229 </File> 230 <File 231 RelativePath="..\include\OgreSharedRuns.h"> 232 </File> 233 <File 234 RelativePath="..\include\OgreTechniqueGroup.h"> 291 Filter="h;hpp;hxx;hm;inl;inc" 292 > 293 <File 294 RelativePath="..\include\OgreIlluminationManager.h" 295 > 296 </File> 297 <File 298 RelativePath="..\include\OgreRenderable.h" 299 > 300 </File> 301 <File 302 RelativePath="..\include\OgreRenderingRun.h" 303 > 304 </File> 305 <File 306 RelativePath="..\include\OgreRenderTechnique.h" 307 > 308 </File> 309 <File 310 RelativePath="..\include\OgreSharedRuns.h" 311 > 312 </File> 313 <File 314 RelativePath="..\include\OgreTechniqueGroup.h" 315 > 235 316 </File> 236 317 <Filter 237 318 Name="RenderTechniques" 238 Filter=""> 239 <File 240 RelativePath="..\include\RenderTechniques\OgreCausticCasterRenderTechnique.h"> 241 </File> 242 <File 243 RelativePath="..\include\RenderTechniques\OgreCausticRecieverRenderTechnique.h"> 244 </File> 245 <File 246 RelativePath="..\include\RenderTechniques\OgreConvolvedCubeMapRenderTechnique.h"> 247 </File> 248 <File 249 RelativePath="..\include\RenderTechniques\OgreCubeMapRenderTechnique.h"> 250 </File> 251 <File 252 RelativePath="..\include\RenderTechniques\OgreDepthShadowRecieverRenderTechnique.h"> 253 </File> 254 <File 255 RelativePath="..\include\RenderTechniques\OgreDistanceCubeMapRenderTechnique.h"> 256 </File> 257 <File 258 RelativePath="..\include\RenderTechniques\OgreFireRenderTechnique.h"> 259 </File> 260 <File 261 RelativePath="..\include\RenderTechniques\OgreHierarchicalParticleSystemTechnique.h"> 262 </File> 263 <File 264 RelativePath="..\include\RenderTechniques\OgreIllumVolumeRenderTechnique.h"> 265 </File> 266 <File 267 RelativePath="..\include\RenderTechniques\OgreSBBRenderTechnique.h"> 319 > 320 <File 321 RelativePath="..\include\RenderTechniques\OgreCausticCasterRenderTechnique.h" 322 > 323 </File> 324 <File 325 RelativePath="..\include\RenderTechniques\OgreCausticRecieverRenderTechnique.h" 326 > 327 </File> 328 <File 329 RelativePath="..\include\RenderTechniques\OgreConvolvedCubeMapRenderTechnique.h" 330 > 331 </File> 332 <File 333 RelativePath="..\include\RenderTechniques\OgreCubeMapRenderTechnique.h" 334 > 335 </File> 336 <File 337 RelativePath="..\include\RenderTechniques\OgreDepthShadowRecieverRenderTechnique.h" 338 > 339 </File> 340 <File 341 RelativePath="..\include\RenderTechniques\OgreDistanceCubeMapRenderTechnique.h" 342 > 343 </File> 344 <File 345 RelativePath="..\include\RenderTechniques\OgreFireRenderTechnique.h" 346 > 347 </File> 348 <File 349 RelativePath="..\include\RenderTechniques\OgreHierarchicalParticleSystemTechnique.h" 350 > 351 </File> 352 <File 353 RelativePath="..\include\RenderTechniques\OgreIllumVolumeRenderTechnique.h" 354 > 355 </File> 356 <File 357 RelativePath="..\include\RenderTechniques\OgreSBBRenderTechnique.h" 358 > 268 359 </File> 269 360 </Filter> 270 361 <Filter 271 362 Name="RenderingRuns" 272 Filter=""> 273 <File 274 RelativePath="..\include\RenderingRuns\OgreCausticCubeMapRenderingRun.h"> 275 </File> 276 <File 277 RelativePath="..\include\RenderingRuns\OgreChildPSystemRenderingRun.h"> 278 </File> 279 <File 280 RelativePath="..\include\RenderingRuns\OgreColorCubeMapRenderingRun.h"> 281 </File> 282 <File 283 RelativePath="..\include\RenderingRuns\OgreDepthShadowMapRenderingRun.h"> 284 </File> 285 <File 286 RelativePath="..\include\RenderingRuns\OgreDistanceCubeMapRenderingRun.h"> 287 </File> 288 <File 289 RelativePath="..\include\RenderingRuns\OgreFocusingMapRenderingRun.h"> 290 </File> 291 <File 292 RelativePath="..\include\RenderingRuns\OgreLightVolumeRenderingRun.h"> 293 </File> 294 <File 295 RelativePath="..\include\RenderingRuns\OgrePhaseTextureRenderingRun.h"> 296 </File> 297 <File 298 RelativePath="..\include\RenderingRuns\OgrePhotonMapRenderingRun.h"> 299 </File> 300 <File 301 RelativePath="..\include\RenderingRuns\OgreReducedCubeMapRenderingRun.h"> 302 </File> 303 <File 304 RelativePath="..\include\RenderingRuns\OgreSceneCameraDepthRenderingRun.h"> 363 > 364 <File 365 RelativePath="..\include\RenderingRuns\OgreCausticCubeMapRenderingRun.h" 366 > 367 </File> 368 <File 369 RelativePath="..\include\RenderingRuns\OgreChildPSystemRenderingRun.h" 370 > 371 </File> 372 <File 373 RelativePath="..\include\RenderingRuns\OgreColorCubeMapRenderingRun.h" 374 > 375 </File> 376 <File 377 RelativePath="..\include\RenderingRuns\OgreDepthShadowMapRenderingRun.h" 378 > 379 </File> 380 <File 381 RelativePath="..\include\RenderingRuns\OgreDistanceCubeMapRenderingRun.h" 382 > 383 </File> 384 <File 385 RelativePath="..\include\RenderingRuns\OgreFocusingMapRenderingRun.h" 386 > 387 </File> 388 <File 389 RelativePath="..\include\RenderingRuns\OgreLightVolumeRenderingRun.h" 390 > 391 </File> 392 <File 393 RelativePath="..\include\RenderingRuns\OgrePhaseTextureRenderingRun.h" 394 > 395 </File> 396 <File 397 RelativePath="..\include\RenderingRuns\OgrePhotonMapRenderingRun.h" 398 > 399 </File> 400 <File 401 RelativePath="..\include\RenderingRuns\OgreReducedCubeMapRenderingRun.h" 402 > 403 </File> 404 <File 405 RelativePath="..\include\RenderingRuns\OgreSceneCameraDepthRenderingRun.h" 406 > 305 407 </File> 306 408 </Filter> … … 308 410 <Filter 309 411 Name="Media" 310 Filter="">412 > 311 413 <Filter 312 414 Name="materials" 313 Filter=""> 314 <File 315 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\EnvMetals.material"> 316 </File> 317 <File 318 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\GameTools.material"> 319 </File> 320 <File 321 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\GameTools_Glow.compositor"> 322 </File> 323 <File 324 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\GameTools_ToneMap.compositor"> 325 </File> 326 <File 327 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\kupola.material"> 328 </File> 329 <File 330 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\Particles.material"> 415 > 416 <File 417 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\EnvMetals.material" 418 > 419 </File> 420 <File 421 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\GameTools.material" 422 > 423 </File> 424 <File 425 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\GameTools_Glow.compositor" 426 > 427 </File> 428 <File 429 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\GameTools_ToneMap.compositor" 430 > 431 </File> 432 <File 433 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\kupola.material" 434 > 435 </File> 436 <File 437 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\Particles.material" 438 > 331 439 </File> 332 440 </Filter> 333 441 <Filter 334 442 Name="programs" 335 Filter=""> 336 <File 337 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\GameTools.program"> 443 > 444 <File 445 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\GameTools.program" 446 > 338 447 </File> 339 448 </Filter> 340 449 <Filter 341 450 Name="shaders" 342 Filter=""> 343 <File 344 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Cau.hlsl"> 345 </File> 346 <File 347 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Caustic.hlsl"> 348 </File> 349 <File 350 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_CausticSoftShadow.hlsl"> 351 </File> 352 <File 353 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_CubeMap.hlsl"> 354 </File> 355 <File 356 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Depth.hlsl"> 357 </File> 358 <File 359 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_DepthShadow.hlsl"> 360 </File> 361 <File 362 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Distance.hlsl"> 363 </File> 364 <File 365 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Focusing.hlsl"> 366 </File> 367 <File 368 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Localized_EnvMap.hlsl"> 369 </File> 370 <File 371 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_LocalizedBump_EnvMap.hlsl"> 372 </File> 373 <File 374 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_PostProc.hlsl"> 375 </File> 376 <File 377 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_ReduceCubeMap.hlsl"> 378 </File> 379 <File 380 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Sprite.hlsl"> 381 </File> 382 <File 383 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_UV.hlsl"> 451 > 452 <File 453 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Cau.hlsl" 454 > 455 </File> 456 <File 457 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Caustic.hlsl" 458 > 459 </File> 460 <File 461 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_CausticSoftShadow.hlsl" 462 > 463 </File> 464 <File 465 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_CubeMap.hlsl" 466 > 467 </File> 468 <File 469 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Depth.hlsl" 470 > 471 </File> 472 <File 473 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_DepthShadow.hlsl" 474 > 475 </File> 476 <File 477 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Distance.hlsl" 478 > 479 </File> 480 <File 481 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Focusing.hlsl" 482 > 483 </File> 484 <File 485 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Localized_EnvMap.hlsl" 486 > 487 </File> 488 <File 489 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_LocalizedBump_EnvMap.hlsl" 490 > 491 </File> 492 <File 493 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_PostProc.hlsl" 494 > 495 </File> 496 <File 497 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_ReduceCubeMap.hlsl" 498 > 499 </File> 500 <File 501 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Sprite.hlsl" 502 > 503 </File> 504 <File 505 RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_UV.hlsl" 506 > 384 507 </File> 385 508 </Filter> 386 509 <Filter 387 510 Name="particles" 388 Filter="">511 > 389 512 </Filter> 390 513 </Filter>
Note: See TracChangeset
for help on using the changeset viewer.