Ignore:
Timestamp:
05/09/05 01:24:02 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/Ogre/resources/VisibilityDemo.overlay

    r86 r87  
    99                left 5  
    1010                top 5 
    11                 width 450 
     11                width 400 
    1212                height 60 
    1313                material Core/StatsBlockCenter 
     
    3333                        font_name TrebuchetMSBold 
    3434                        char_height 16 
    35                         caption [A] Algorithm 
     35                        caption [SPACE] Algorithm 
    3636                        colour_top 0.5 0.7 0.5 
    3737                        colour_bottom 0.3 0.5 0.3 
     
    110110                vert_align top 
    111111                horz_align right 
    112                 left -355  
     112                left -250  
    113113                top 5 
    114                 width 450 
    115                 height 105 
     114                width 320 
     115                height 120 
    116116                material Core/StatsBlockCenter 
    117117                border_size 1 1 1 1 
     
    256256                        colour_bottom 0.3 0.5 0.3 
    257257                } 
    258                 element TextArea(Example/Visibility/NumObjects) 
     258                element TextArea(Example/Visibility/Objects) 
    259259                { 
    260260                        metrics_mode pixels 
     
    269269                        colour_bottom 0.3 0.5 0.3 
    270270                }        
    271                 element TextArea(Example/Visibility/NumObjectsInfo) 
     271                element TextArea(Example/Visibility/ObjectsInfo) 
    272272                { 
    273273                        metrics_mode pixels 
     
    282282                        colour_bottom 0.3 0.5 0.3 
    283283                } 
    284  
    285  
     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                }                        
    286310        } 
    287311} 
Note: See TracChangeset for help on using the changeset viewer.