Changeset 74 for trunk/VUT/Ogre/resources
- Timestamp:
- 05/01/05 23:29:27 (20 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/Ogre/resources/VisibilityDemo.overlay
r59 r74 1 Example/ OcclusionCullingDemoOverlay1 Example/VisibilityDemoOverlay 2 2 { 3 3 zorder 500 4 4 // Stats block 5 container BorderPanel(Example/ Occlusion/OcclusionPanel)5 container BorderPanel(Example/Visibility/VisibilityPanel) 6 6 { 7 7 metrics_mode pixels … … 24 24 25 25 26 element TextArea(Example/ Occlusion/Algorithm)26 element TextArea(Example/Visibility/Algorithm) 27 27 { 28 28 metrics_mode pixels … … 37 37 colour_bottom 0.3 0.5 0.3 38 38 } 39 element TextArea(Example/ Occlusion/AlgorithmInfo)39 element TextArea(Example/Visibility/AlgorithmInfo) 40 40 { 41 41 metrics_mode pixels … … 51 51 } 52 52 53 element TextArea(Example/ Occlusion/Threshold)53 element TextArea(Example/Visibility/Threshold) 54 54 { 55 55 metrics_mode pixels … … 64 64 colour_bottom 0.3 0.5 0.3 65 65 } 66 element TextArea(Example/ Occlusion/ThresholdInfo)66 element TextArea(Example/Visibility/ThresholdInfo) 67 67 { 68 68 metrics_mode pixels … … 79 79 } 80 80 81 container BorderPanel(Example/ Occlusion/OcclusionStatsPanel)81 container BorderPanel(Example/Visibility/VisibilityStatsPanel) 82 82 { 83 83 metrics_mode pixels … … 87 87 top 5 88 88 width 450 89 height 10589 height 90 90 90 material Core/StatsBlockCenter 91 91 border_size 1 1 1 1 … … 100 100 border_bottomright_uv 0.9961 0.0039 1.0000 0.0000 101 101 102 element TextArea(Example/ Occlusion/FrustumCulledNodes)102 element TextArea(Example/Visibility/FrustumCulledNodes) 103 103 { 104 104 metrics_mode pixels … … 113 113 colour_bottom 0.3 0.5 0.3 114 114 } 115 element TextArea(Example/ Occlusion/FrustumCulledNodesInfo)116 { 117 metrics_mode pixels 118 left 180 119 top 5 120 width 90 121 height 30 122 font_name TrebuchetMSBold 123 char_height 16 124 caption : 125 colour_top 0.5 0.7 0.5 126 colour_bottom 0.3 0.5 0.3 127 } 128 element TextArea(Example/ Occlusion/QueryCulledNodes)115 element TextArea(Example/Visibility/FrustumCulledNodesInfo) 116 { 117 metrics_mode pixels 118 left 180 119 top 5 120 width 90 121 height 30 122 font_name TrebuchetMSBold 123 char_height 16 124 caption : 125 colour_top 0.5 0.7 0.5 126 colour_bottom 0.3 0.5 0.3 127 } 128 element TextArea(Example/Visibility/QueryCulledNodes) 129 129 { 130 130 metrics_mode pixels … … 139 139 colour_bottom 0.3 0.5 0.3 140 140 } 141 element TextArea(Example/ Occlusion/QueryCulledNodesInfo)142 { 143 metrics_mode pixels 144 left 180 145 top 20 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 } 154 element TextArea(Example/ Occlusion/TraversedNodes)141 element TextArea(Example/Visibility/QueryCulledNodesInfo) 142 { 143 metrics_mode pixels 144 left 180 145 top 20 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 } 154 element TextArea(Example/Visibility/TraversedNodes) 155 155 { 156 156 metrics_mode pixels … … 165 165 colour_bottom 0.3 0.5 0.3 166 166 } 167 element TextArea(Example/ Occlusion/TraversedNodesInfo)167 element TextArea(Example/Visibility/TraversedNodesInfo) 168 168 { 169 169 metrics_mode pixels … … 178 178 colour_bottom 0.3 0.5 0.3 179 179 } 180 element TextArea(Example/ Occlusion/SceneNodes)180 element TextArea(Example/Visibility/HierarchyNodes) 181 181 { 182 182 metrics_mode pixels … … 187 187 font_name TrebuchetMSBold 188 188 char_height 16 189 caption SceneNodes190 colour_top 0.5 0.7 0.5 191 colour_bottom 0.3 0.5 0.3 192 } 193 element TextArea(Example/ Occlusion/SceneNodesInfo)189 caption Hierarchy Nodes 190 colour_top 0.5 0.7 0.5 191 colour_bottom 0.3 0.5 0.3 192 } 193 element TextArea(Example/Visibility/HierarchyNodesInfo) 194 194 { 195 195 metrics_mode pixels … … 204 204 colour_bottom 0.3 0.5 0.3 205 205 } 206 element TextArea(Example/ Occlusion/HierarchyNodes)206 element TextArea(Example/Visibility/RenderedNodes) 207 207 { 208 208 metrics_mode pixels … … 213 213 font_name TrebuchetMSBold 214 214 char_height 16 215 caption HierarchyNodes216 colour_top 0.5 0.7 0.5 217 colour_bottom 0.3 0.5 0.3 218 } 219 element TextArea(Example/ Occlusion/HierarchyNodesInfo)215 caption Rendered Nodes 216 colour_top 0.5 0.7 0.5 217 colour_bottom 0.3 0.5 0.3 218 } 219 element TextArea(Example/Visibility/RenderedNodesInfo) 220 220 { 221 221 metrics_mode pixels 222 222 left 180 223 223 top 65 224 width 90225 height 30226 font_name TrebuchetMSBold227 char_height 16228 caption :229 colour_top 0.5 0.7 0.5230 colour_bottom 0.3 0.5 0.3231 }232 element TextArea(Example/Occlusion/RenderedNodes)233 {234 metrics_mode pixels235 left 5236 top 80237 width 180238 height 30239 font_name TrebuchetMSBold240 char_height 16241 caption Rendered Nodes242 colour_top 0.5 0.7 0.5243 colour_bottom 0.3 0.5 0.3244 }245 element TextArea(Example/Occlusion/RenderedNodesInfo)246 {247 metrics_mode pixels248 left 180249 top 80250 224 width 90 251 225 height 30
Note: See TracChangeset
for help on using the changeset viewer.