source: GTP/trunk/App/Demos/Illum/IBRBillboardCloudTrees/OGRE/IBRTreesOGRE/media/oldgeneral/overlay_shadow_map.overlay @ 1493

Revision 1493, 4.7 KB checked in by igarcia, 18 years ago (diff)
Line 
1shadowMapMain
2{
3        zorder 500
4        // Stats block
5        container BorderPanel(shadoMapPanel)
6        {
7                metrics_mode pixels
8                vert_align top
9                left 0
10                top 0
11                width 128
12                height 128
13                material gametoolsBlockCenter
14                border_size 1 1 1 1
15                border_material Core/StatsBlockBorder
16                border_topleft_uv     0.0000 1.0000 0.0039 0.9961
17                border_top_uv         0.0039 1.0000 0.9961 0.9961
18                border_topright_uv    0.9961 1.0000 1.0000 0.9961
19                border_left_uv        0.0000 0.9961 0.0039 0.0039
20                border_right_uv       0.9961 0.9961 1.0000 0.0039
21                border_bottomleft_uv  0.0000 0.0039 0.0039 0.0000
22                border_bottom_uv      0.0039 0.0039 0.9961 0.0000
23                border_bottomright_uv 0.9961 0.0039 1.0000 0.0000
24
25                element Panel(shadoMapImage)
26                {
27                        metrics_mode pixels
28                        left 0
29                        top 0
30                        width 128
31                        height 128
32                        material shadoMapImage
33                        //material gametoolsDemoPage
34                }
35
36               
37                 
38        }
39}
40
41
42lightOptions
43{
44        zorder 500
45        // Stats block
46        container BorderPanel(lightPanel)
47        {
48                metrics_mode pixels
49                vert_align top
50                left 300
51                top 0
52                width 340
53                height 200
54                material Core/StatsBlockCenter
55                border_size 1 1 1 1
56                border_material Core/StatsBlockBorder
57                border_topleft_uv     0.0000 1.0000 0.0039 0.9961
58                border_top_uv         0.0039 1.0000 0.9961 0.9961
59                border_topright_uv    0.9961 1.0000 1.0000 0.9961
60                border_left_uv        0.0000 0.9961 0.0039 0.0039
61                border_right_uv       0.9961 0.9961 1.0000 0.0039
62                border_bottomleft_uv  0.0000 0.0039 0.0039 0.0000
63                border_bottom_uv      0.0039 0.0039 0.9961 0.0000
64                border_bottomright_uv 0.9961 0.0039 1.0000 0.0000
65
66
67                element TextArea(LightSelectedKeys)
68                {
69                        metrics_mode pixels
70                        left 5
71                        top 5
72                        width 180
73                        height 30
74                        font_name TrebuchetMSBold
75                        char_height 16
76                        caption [SPACE]
77                        colour_top 0.5 0.7 0.5
78                        colour_bottom 0.3 0.5 0.3
79                }
80                element TextArea(LightSelected)
81                {
82                        metrics_mode pixels
83                        left 5
84                        top 20
85                        width 180
86                        height 30
87                        font_name TrebuchetMSBold
88                        char_height 16
89                        caption Light Selected:
90                        colour_top 0.5 0.7 0.5
91                        colour_bottom 0.3 0.5 0.3
92                }
93                element TextArea(LightDiffuseColourKeys)
94                {
95                        metrics_mode pixels
96                        left 5
97                        top 35
98                        width 90
99                        height 30
100                        font_name TrebuchetMSBold
101                        char_height 16
102                        caption [U,I,O]/[J,K,L]
103                        colour_top 0.5 0.7 0.5
104                        colour_bottom 0.3 0.5 0.3
105                }
106                element TextArea(LightDiffuseColour)
107                {
108                        metrics_mode pixels
109                        left 5
110                        top 50
111                        width 90
112                        height 30
113                        font_name TrebuchetMSBold
114                        char_height 16
115                        caption Diffuse Col.:
116                        colour_top 0.5 0.7 0.5
117                        colour_bottom 0.3 0.5 0.3
118                }
119                element TextArea(LightSpecularColourKeys)
120                {
121                        metrics_mode pixels
122                        left 5
123                        top 65
124                        width 90
125                        height 30
126                        font_name TrebuchetMSBold
127                        char_height 16
128                        caption [1,2,3]/[4,5,6]
129                        colour_top 0.5 0.7 0.5
130                        colour_bottom 0.3 0.5 0.3
131                }
132                element TextArea(LightSpecularColour)
133                {
134                        metrics_mode pixels
135                        left 5
136                        top 80
137                        width 90
138                        height 30
139                        font_name TrebuchetMSBold
140                        char_height 16
141                        caption Specular Col.:
142                        colour_top 0.5 0.7 0.5
143                        colour_bottom 0.3 0.5 0.3
144                }
145                element TextArea(LightShadowColourKeys)
146                {
147                        metrics_mode pixels
148                        left 5
149                        top 95
150                        width 90
151                        height 30
152                        font_name TrebuchetMSBold
153                        char_height 16
154                        caption [F1,F2,F3]/[F4,F5,F6]
155                        colour_top 0.5 0.7 0.5
156                        colour_bottom 0.3 0.5 0.3
157                }
158                element TextArea(LightShadowColour)
159                {
160                        metrics_mode pixels
161                        left 5
162                        top 110
163                        width 90
164                        height 30
165                        font_name TrebuchetMSBold
166                        char_height 16
167                        caption Shadow Col.:
168                        colour_top 0.5 0.7 0.5
169                        colour_bottom 0.3 0.5 0.3
170                }
171                element TextArea(AmbientLightKeys)
172                {
173                        metrics_mode pixels
174                        left 5
175                        top 125
176                        width 250
177                        height 30
178                        font_name TrebuchetMSBold
179                        char_height 16
180                        caption [Z,X,C]/[V,B,N]
181                        colour_top 0.5 0.7 0.5
182                        colour_bottom 0.3 0.5 0.3
183                }
184                element TextArea(AmbientLight)
185                {
186                        metrics_mode pixels
187                        left 5
188                        top 140
189                        width 250
190                        height 30
191                        font_name TrebuchetMSBold
192                        char_height 16
193                        caption Ambient Col.:
194                        colour_top 0.5 0.7 0.5
195                        colour_bottom 0.3 0.5 0.3
196                }
197                element TextArea(ObscuranceExposureKeys)
198                {
199                        metrics_mode pixels
200                        left 5
201                        top 155
202                        width 250
203                        height 30
204                        font_name TrebuchetMSBold
205                        char_height 16
206                        caption [Q]/[E]
207                        colour_top 0.5 0.7 0.5
208                        colour_bottom 0.3 0.5 0.3
209                }
210                element TextArea(ObscuranceExposure)
211                {
212                        metrics_mode pixels
213                        left 5
214                        top 170
215                        width 250
216                        height 30
217                        font_name TrebuchetMSBold
218                        char_height 16
219                        caption Obscurance Exposure:
220                        colour_top 0.5 0.7 0.5
221                        colour_bottom 0.3 0.5 0.3
222                }
223        }
224}
Note: See TracBrowser for help on using the repository browser.