source: GTP/trunk/App/Demos/Illum/Ogre/bin/Debug/resources.cfg @ 2186

Revision 2186, 1.9 KB checked in by szirmay, 17 years ago (diff)
Line 
1# Resource locations to be added to the 'boostrap' path
2# This also contains the minimum you need to use the Ogre example framework
3[Bootstrap]
4Zip=../../Media/packs/OgreCore.zip
5
6# Resource locations to be added to the default path
7[General]
8FileSystem=../../Media
9FileSystem=../../Media/fonts
10FileSystem=../../Media/materials/programs
11FileSystem=../../Media/materials/scripts
12FileSystem=../../Media/materials/textures
13FileSystem=../../Media/models
14FileSystem=../../Media/overlays
15FileSystem=../../Media/particle
16FileSystem=../../Media/gui
17Zip=../../Media/packs/cubemapsJS.zip
18Zip=../../Media/packs/smokealphaclip.zip
19
20[GTP_Demo]
21FileSystem=../../Media/Demo
22
23[GTP_PathMapDemo]
24FileSystem=../../Media/PMDemo
25
26[GTP_Basic]
27FileSystem=../../Media/materials/GTPBasic
28
29[PostProc]
30FileSystem=../../Media/materials/GTPPostProc
31
32[GTP_Particles]
33FileSystem=../../Media/materials/GTPParticles
34
35[GTP_EnvMap]
36FileSystem=../../Media/materials/GTPEnvMap
37
38[GTP_Caustic]
39FileSystem=../../Media/materials/GTPCaustic
40
41[GTP_Diffuse]
42FileSystem=../../Media/materials/GTPAdvancedEnvMap/diffuse
43
44[GTP_MultiBounce_Shared]
45FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce
46
47[GTP_MultipleReflection]
48FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleReflection
49
50[GTP_MultipleRefraction]
51FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefraction
52
53#[GTP_MultipleCausticRefraction]
54#FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleCausticRefraction
55
56[GTP_MultipleReflection_MinMax]
57FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleReflectionMinMax
58
59[GTP_MultipleRefraction_MinMax]
60FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefractionMinMax
61
62#[GTP_MultipleCausticRefraction_MinMax]
63#FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleCausticRefractionMinMax
Note: See TracBrowser for help on using the repository browser.