source: trunk/VUT/Ogre/resources/VisibilityDemo.overlay @ 87

Revision 87, 6.8 KB checked in by mattausch, 19 years ago (diff)
RevLine 
[74]1Example/VisibilityDemoOverlay
[59]2{
3        zorder 500
4        // Stats block
[74]5        container BorderPanel(Example/Visibility/VisibilityPanel)
[59]6        {
7                metrics_mode pixels
8                vert_align top
9                left 5
10                top 5
[87]11                width 400
[86]12                height 60
[59]13                material Core/StatsBlockCenter
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
[74]26                element TextArea(Example/Visibility/Algorithm)
[59]27                {
28                        metrics_mode pixels
29                        left 5
30                        top 5
31                        width 180
32                        height 30
33                        font_name TrebuchetMSBold
34                        char_height 16
[87]35                        caption [SPACE] Algorithm
[59]36                        colour_top 0.5 0.7 0.5
37                        colour_bottom 0.3 0.5 0.3
38                }
[74]39                element TextArea(Example/Visibility/AlgorithmInfo)
[59]40                {
41                        metrics_mode pixels
42                        left 155
43                        top 5
44                        width 90
45                        height 30
46                        font_name TrebuchetMSBold
47                        char_height 16
48                        caption :
49                        colour_top 0.5 0.7 0.5
50                        colour_bottom 0.3 0.5 0.3
51                }
52
[74]53                element TextArea(Example/Visibility/Threshold)
[59]54                {
55                        metrics_mode pixels
56                        left 5
57                        top 20
58                        width 90
59                        height 30
60                        font_name TrebuchetMSBold
61                        char_height 16
62                        caption [-][+] Threshold
63                        colour_top 0.5 0.7 0.5
64                        colour_bottom 0.3 0.5 0.3
65                }
[74]66                element TextArea(Example/Visibility/ThresholdInfo)
[59]67                {
68                        metrics_mode pixels
69                        left 155
70                        top 20
71                        width 90
72                        height 30
73                        font_name TrebuchetMSBold
74                        char_height 16
75                        caption :
76                        colour_top 0.5 0.7 0.5
77                        colour_bottom 0.3 0.5 0.3
78                }
[86]79                element TextArea(Example/Visibility/UseOptimization)
80                {
81                        metrics_mode pixels
82                        left 5
83                        top 35
84                        width 90
85                        height 30
86                        font_name TrebuchetMSBold
87                        char_height 16
88                        caption [O] Optimization
89                        colour_top 0.5 0.7 0.5
90                        colour_bottom 0.3 0.5 0.3
91                }
92                element TextArea(Example/Visibility/UseOptimizationInfo)
93                {
94                        metrics_mode pixels
95                        left 155
96                        top 35
97                        width 90
98                        height 30
99                        font_name TrebuchetMSBold
100                        char_height 16
101                        caption :
102                        colour_top 0.5 0.7 0.5
103                        colour_bottom 0.3 0.5 0.3
104                }
[59]105        }
106
[74]107        container BorderPanel(Example/Visibility/VisibilityStatsPanel)
[59]108        {
109                metrics_mode pixels
110                vert_align top
111                horz_align right
[87]112                left -250
[59]113                top 5
[87]114                width 320
115                height 120
[59]116                material Core/StatsBlockCenter
117                border_size 1 1 1 1
118                border_material Core/StatsBlockBorder
119                border_topleft_uv     0.0000 1.0000 0.0039 0.9961
120                border_top_uv         0.0039 1.0000 0.9961 0.9961
121                border_topright_uv    0.9961 1.0000 1.0000 0.9961
122                border_left_uv        0.0000 0.9961 0.0039 0.0039
123                border_right_uv       0.9961 0.9961 1.0000 0.0039
124                border_bottomleft_uv  0.0000 0.0039 0.0039 0.0000
125                border_bottom_uv      0.0039 0.0039 0.9961 0.0000
126                border_bottomright_uv 0.9961 0.0039 1.0000 0.0000
127
[74]128                element TextArea(Example/Visibility/FrustumCulledNodes)
[59]129                {
130                        metrics_mode pixels
131                        left 5
132                        top 5
133                        width 180
134                        height 30
135                        font_name TrebuchetMSBold
136                        char_height 16
137                        caption Frustum Culled Nodes
138                        colour_top 0.5 0.7 0.5
139                        colour_bottom 0.3 0.5 0.3
140                }
[74]141                element TextArea(Example/Visibility/FrustumCulledNodesInfo)
[59]142                {
143                        metrics_mode pixels
144                        left 180
145                        top 5
146                        width 90
147                        height 30
148                        font_name TrebuchetMSBold
149                        char_height 16
150                        caption :
151                        colour_top 0.5 0.7 0.5
152                        colour_bottom 0.3 0.5 0.3
153                }
[74]154                element TextArea(Example/Visibility/QueryCulledNodes)
[59]155                {
156                        metrics_mode pixels
157                        left 5
158                        top 20
159                        width 180
160                        height 30
161                        font_name TrebuchetMSBold
162                        char_height 16
163                        caption Query Culled Nodes
164                        colour_top 0.5 0.7 0.5
165                        colour_bottom 0.3 0.5 0.3
166                }       
[74]167                element TextArea(Example/Visibility/QueryCulledNodesInfo)
[59]168                {
169                        metrics_mode pixels
170                        left 180
171                        top 20
172                        width 90
173                        height 30
174                        font_name TrebuchetMSBold
175                        char_height 16
176                        caption :
177                        colour_top 0.5 0.7 0.5
178                        colour_bottom 0.3 0.5 0.3
179                }
[74]180                element TextArea(Example/Visibility/TraversedNodes)
[59]181                {
182                        metrics_mode pixels
183                        left 5
184                        top 35
185                        width 180
186                        height 30
187                        font_name TrebuchetMSBold
188                        char_height 16
189                        caption Traversed Nodes
190                        colour_top 0.5 0.7 0.5
191                        colour_bottom 0.3 0.5 0.3
192                }       
[74]193                element TextArea(Example/Visibility/TraversedNodesInfo)
[59]194                {
195                        metrics_mode pixels
196                        left 180
197                        top 35
198                        width 90
199                        height 30
200                        font_name TrebuchetMSBold
201                        char_height 16
202                        caption :
203                        colour_top 0.5 0.7 0.5
204                        colour_bottom 0.3 0.5 0.3
205                }
[74]206                element TextArea(Example/Visibility/HierarchyNodes)
[59]207                {
208                        metrics_mode pixels
209                        left 5
210                        top 50
211                        width 180
212                        height 30
213                        font_name TrebuchetMSBold
214                        char_height 16
[74]215                        caption Hierarchy Nodes
[59]216                        colour_top 0.5 0.7 0.5
217                        colour_bottom 0.3 0.5 0.3
218                }       
[74]219                element TextArea(Example/Visibility/HierarchyNodesInfo)
[59]220                {
221                        metrics_mode pixels
222                        left 180
223                        top 50
224                        width 90
225                        height 30
226                        font_name TrebuchetMSBold
227                        char_height 16
228                        caption :
229                        colour_top 0.5 0.7 0.5
230                        colour_bottom 0.3 0.5 0.3
231                }
[74]232                element TextArea(Example/Visibility/RenderedNodes)
[59]233                {
234                        metrics_mode pixels
235                        left 5
236                        top 65
237                        width 180
238                        height 30
239                        font_name TrebuchetMSBold
240                        char_height 16
[74]241                        caption Rendered Nodes
[59]242                        colour_top 0.5 0.7 0.5
243                        colour_bottom 0.3 0.5 0.3
244                }       
[74]245                element TextArea(Example/Visibility/RenderedNodesInfo)
[59]246                {
247                        metrics_mode pixels
248                        left 180
249                        top 65
250                        width 90
251                        height 30
252                        font_name TrebuchetMSBold
253                        char_height 16
254                        caption :
255                        colour_top 0.5 0.7 0.5
256                        colour_bottom 0.3 0.5 0.3
257                }
[87]258                element TextArea(Example/Visibility/Objects)
[84]259                {
260                        metrics_mode pixels
261                        left 5
262                        top 80
263                        width 180
264                        height 30
265                        font_name TrebuchetMSBold
266                        char_height 16
267                        caption Number of objects
268                        colour_top 0.5 0.7 0.5
269                        colour_bottom 0.3 0.5 0.3
270                }       
[87]271                element TextArea(Example/Visibility/ObjectsInfo)
[84]272                {
273                        metrics_mode pixels
274                        left 180
275                        top 80
276                        width 90
277                        height 30
278                        font_name TrebuchetMSBold
279                        char_height 16
280                        caption :
281                        colour_top 0.5 0.7 0.5
282                        colour_bottom 0.3 0.5 0.3
283                }
[87]284                element TextArea(Example/Visibility/QueriesIssued)
285                {
286                        metrics_mode pixels
287                        left 5
288                        top 95
289                        width 180
290                        height 30
291                        font_name TrebuchetMSBold
292                        char_height 16
293                        caption Queries issued
294                        colour_top 0.5 0.7 0.5
295                        colour_bottom 0.3 0.5 0.3
296                }       
297                element TextArea(Example/Visibility/QueriesIssuedInfo)
298                {
299                        metrics_mode pixels
300                        left 180
301                        top 95
302                        width 90
303                        height 30
304                        font_name TrebuchetMSBold
305                        char_height 16
306                        caption :
307                        colour_top 0.5 0.7 0.5
308                        colour_bottom 0.3 0.5 0.3
309                }                       
[59]310        }
311}
Note: See TracBrowser for help on using the repository browser.