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]
|
---|
4 | Zip=../../Media/packs/OgreCore.zip
|
---|
5 |
|
---|
6 | # Resource locations to be added to the default path
|
---|
7 | [General]
|
---|
8 | FileSystem=../../Media
|
---|
9 | FileSystem=../../Media/fonts
|
---|
10 | FileSystem=../../Media/materials/programs
|
---|
11 | FileSystem=../../Media/materials/scripts
|
---|
12 | FileSystem=../../Media/materials/textures
|
---|
13 | FileSystem=../../Media/models
|
---|
14 | FileSystem=../../Media/overlays
|
---|
15 | #FileSystem=../../Media/particle
|
---|
16 | FileSystem=../../Media/gui
|
---|
17 | Zip=../../Media/packs/cubemapsJS.zip
|
---|
18 | Zip=../../Media/packs/smokealphaclip.zip
|
---|
19 |
|
---|
20 | #[GTP_MoriaScene]
|
---|
21 | #FileSystem=../../Media/MoriaScene
|
---|
22 | #FileSystem=../../Media/MoriaScene/prm
|
---|
23 |
|
---|
24 | [GTP_SpaceStation]
|
---|
25 | FileSystem=../../Media/Station
|
---|
26 | FileSystem=../../Media/Station/PRM
|
---|
27 |
|
---|
28 | [GTP_Moria]
|
---|
29 | FileSystem=../../Media/MORIA
|
---|
30 | FileSystem=../../Media/MORIA/PRM
|
---|
31 |
|
---|
32 | [GTP_Demo_Towers]
|
---|
33 | FileSystem=../../Media/Towers
|
---|
34 |
|
---|
35 | [GTP_PathMapDemo]
|
---|
36 | FileSystem=../../Media/PMDemo
|
---|
37 |
|
---|
38 | [GTP_Basic]
|
---|
39 | FileSystem=../../Media/materials/GTPBasic
|
---|
40 |
|
---|
41 | [PostProc]
|
---|
42 | FileSystem=../../Media/materials/GTPPostProc
|
---|
43 |
|
---|
44 | [GTP_Particles]
|
---|
45 | FileSystem=../../Media/materials/GTPParticles
|
---|
46 |
|
---|
47 | [GTP_EnvMap]
|
---|
48 | FileSystem=../../Media/materials/GTPEnvMap
|
---|
49 |
|
---|
50 | [GTP_Caustic]
|
---|
51 | FileSystem=../../Media/materials/GTPCaustic
|
---|
52 |
|
---|
53 | [GTP_Diffuse]
|
---|
54 | FileSystem=../../Media/materials/GTPAdvancedEnvMap/diffuse
|
---|
55 |
|
---|
56 | [GTP_Diffuse_Simple]
|
---|
57 | FileSystem=../../Media/materials/GTPAdvancedEnvMap/diffuseSimple
|
---|
58 |
|
---|
59 | [GTP_PathMap]
|
---|
60 | FileSystem=../../Media/materials/GTPPathMap
|
---|
61 |
|
---|
62 | [GTP_MultiBounce_Shared]
|
---|
63 | FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce
|
---|
64 |
|
---|
65 | [GTP_MultipleReflection]
|
---|
66 | FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleReflection
|
---|
67 |
|
---|
68 | [GTP_MultipleRefraction]
|
---|
69 | FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefraction
|
---|
70 |
|
---|
71 | [GTP_MultipleCausticRefraction]
|
---|
72 | FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleCausticRefraction
|
---|
73 |
|
---|
74 | [GTP_MultipleReflection_MinMax]
|
---|
75 | FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleReflectionMinMax
|
---|
76 |
|
---|
77 | [GTP_MultipleRefraction_MinMax]
|
---|
78 | FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefractionMinMax
|
---|
79 |
|
---|
80 | #[GTP_MultipleCausticRefraction_MinMax]
|
---|
81 | #FileSystem=../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleCausticRefractionMinMax |
---|