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

Revision 2315, 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_Moria]
21FileSystem=../../Media/MORIA
22
23[GTP_Demo]
24FileSystem=../../Media/Demo
25
26[GTP_PathMapDemo]
27FileSystem=../../Media/PMDemo
28
29[GTP_Basic]
30FileSystem=../../Media/materials/GTPBasic
31
32[PostProc]
33FileSystem=../../Media/materials/GTPPostProc
34
35[GTP_Particles]
36FileSystem=../../Media/materials/GTPParticles
37
38[GTP_EnvMap]
39FileSystem=../../Media/materials/GTPEnvMap
40
41[GTP_Caustic]
42FileSystem=../../Media/materials/GTPCaustic
43
44[GTP_Diffuse]
45FileSystem=../../Media/materials/GTPAdvancedEnvMap/diffuse
46
47[GTP_MultiBounce_Shared]
48FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce
49
50[GTP_MultipleReflection]
51FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleReflection
52
53[GTP_MultipleRefraction]
54FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefraction
55
56#[GTP_MultipleCausticRefraction]
57#FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleCausticRefraction
58
59[GTP_MultipleReflection_MinMax]
60FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleReflectionMinMax
61
62[GTP_MultipleRefraction_MinMax]
63FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefractionMinMax
64
65#[GTP_MultipleCausticRefraction_MinMax]
66#FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleCausticRefractionMinMax
Note: See TracBrowser for help on using the repository browser.