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

Revision 2156, 1.6 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_Basic]
24FileSystem=../../Media/materials/GTPBasic
25
26[PostProc]
27FileSystem=../../Media/materials/GTPPostProc
28
29[GTP_Particles]
30FileSystem=../../Media/materials/GTPParticles
31
32[GTP_EnvMap]
33FileSystem=../../Media/materials/GTPEnvMap
34
35[GTP_Caustic]
36FileSystem=../../Media/materials/GTPCaustic
37
38[GTP_Diffuse]
39FileSystem=../../Media/materials/GTPAdvancedEnvMap/diffuse
40
41[GTP_MultiBounce_Shared]
42FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce
43
44[GTP_MultipleReflection]
45FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleReflection
46
47[GTP_MultipleRefraction]
48FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefraction
49[GTP_MultipleRefraction2L]
50FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefraction2L
51
52[GTP_MultipleReflection_MinMax]
53FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleReflectionMinMax
Note: See TracBrowser for help on using the repository browser.