Ignore:
Timestamp:
06/16/05 18:13:33 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r121 r135  
    240240} 
    241241 
     242 
    242243Example/Visibility/HelpOverlay 
    243244{ 
    244245        zorder 600 
    245246        // Stats block 
    246         container BorderPanel(Example/Visibility/HelpPanel) 
     247        container BorderPanel(Example/Visibility/Help/HelpPanel) 
    247248        { 
    248249                metrics_mode pixels 
     
    250251                vert_align top 
    251252                width 600 
    252                 height 315 
     253                height 300 
    253254                left 200 
    254255                top 200 
     
    276277                } 
    277278 
    278                 element TextArea(Example/Visibility/Help/Help) 
     279                element TextArea(Example/Visibility/Help/HelpOptions) 
    279280                { 
    280281                        metrics_mode pixels 
     
    293294                { 
    294295                        left 5 
    295                         top 40 
     296                        top 30 
    296297                        width 180 
    297298                        height 30 
     
    301302                { 
    302303                        left 5 
    303                         top 55 
     304                        top 45 
    304305                        width 180 
    305306                        height 30 
     
    309310                { 
    310311                        left 5 
    311                         top 85 
     312                        top 75 
    312313                        width 180 
    313314                        height 30 
     
    317318                { 
    318319                        left 5 
    319                         top 70 
     320                        top 60 
    320321                        width 180 
    321322                        height 30 
     
    325326                { 
    326327                        left 5 
    327                         top 115 
     328                        top 105 
    328329                        width 180 
    329330                        height 30 
     
    333334                { 
    334335                        left 5 
    335                         top 130 
     336                        top 120 
    336337                        width 180 
    337338                        height 30 
     
    342343                { 
    343344                        left 5 
    344                         top 160 
     345                        top 150 
    345346                        width 180 
    346347                        height 30 
     
    350351                { 
    351352                        left 5 
    352                         top 175 
     353                        top 165 
    353354                        width 175 
    354355                        height 30 
     
    358359                { 
    359360                        left 5 
    360                         top 190 
     361                        top 180 
    361362                        width 190 
    362363                        height 30 
     
    366367                { 
    367368                        left 5 
    368                         top 220 
     369                        top 210 
    369370                        width 180 
    370371                        height 30 
     
    374375                { 
    375376                        left 5 
    376                         top 235 
     377                        top 225 
    377378                        width 180 
    378379                        height 30 
     
    382383                { 
    383384                        left 5 
    384                         top 250 
     385                        top 240 
    385386                        width 180 
    386387                        height 30 
     
    390391                { 
    391392                        left 5 
    392                         top 265 
     393                        top 255 
    393394                        width 180 
    394395                        height 30 
     
    398399                { 
    399400                        left 5 
    400                         top 280 
     401                        top 270 
    401402                        width 180 
    402403                        height 30 
     
    405406        } 
    406407} 
     408 
     409Example/Visibility/QueryOverlay 
     410{ 
     411        zorder 650 
     412        // Stats block 
     413        container BorderPanel(Example/Visibility/Query/QueryPanel) 
     414        { 
     415                metrics_mode pixels 
     416                horz_align left 
     417                vert_align top 
     418                width 600 
     419                height 120 
     420                left 200 
     421                top 300 
     422                material Core/StatsBlockCenter 
     423                 
     424                border_size 1 1 1 1 
     425                border_material Core/StatsBlockBorder 
     426                border_topleft_uv     0.0000 1.0000 0.0039 0.9961 
     427                border_top_uv         0.0039 1.0000 0.9961 0.9961 
     428                border_topright_uv    0.9961 1.0000 1.0000 0.9961 
     429                border_left_uv        0.0000 0.9961 0.0039 0.0039 
     430                border_right_uv       0.9961 0.9961 1.0000 0.0039 
     431                border_bottomleft_uv  0.0000 0.0039 0.0039 0.0000 
     432                border_bottom_uv      0.0039 0.0039 0.9961 0.0000 
     433                border_bottomright_uv 0.9961 0.0039 1.0000 0.0000 
     434 
     435                container Panel(Example/Visibility/Query/BreakPanel) 
     436                { 
     437                        metrics_mode pixels 
     438                        left 5  
     439                        top 22 
     440                        width 590 
     441                        height 1 
     442                        material Core/StatsBreak 
     443                } 
     444 
     445                element TextArea(Example/Visibility/Query/Headline) 
     446                { 
     447                        metrics_mode pixels 
     448                        left 5 
     449                        top 5 
     450                        width 90 
     451                        height 30 
     452                        font_name TrebuchetMSBold 
     453                        char_height 19 
     454                        caption Exact Visibility Query 
     455                        colour_top 1 1 0.7 
     456                        colour_bottom 1 1 0.7 
     457                } 
     458 
     459                element TextArea(Example/Visibility/Query/QueryType): Example/Visibility/Templates/BasicText 
     460                { 
     461                        left 5 
     462                        top 30 
     463                        width 90 
     464                        height 30 
     465                        caption Type 
     466                } 
     467                 
     468                 
     469                element TextArea(Example/Visibility/Query/QueryTypeInfo): Example/Visibility/Templates/BasicText 
     470                { 
     471                        left 180 
     472                        top 30 
     473                        width 90 
     474                        height 30 
     475                        caption : 
     476                } 
     477 
     478                element TextArea(Example/Visibility/Query/VisibleNodes): Example/Visibility/Templates/BasicText 
     479                { 
     480                        left 5 
     481                        top 45 
     482                        width 90 
     483                        height 30 
     484                        caption Visible nodes 
     485                } 
     486                element TextArea(Example/Visibility/Query/VisibleNodesInfo): Example/Visibility/Templates/BasicText 
     487                { 
     488                        left 180 
     489                        top 45 
     490                        width 90 
     491                        height 30 
     492                        caption : 
     493                } 
     494 
     495                element TextArea(Example/Visibility/Query/VisibleGeometry): Example/Visibility/Templates/BasicText 
     496                { 
     497                        left 5 
     498                        top 60 
     499                        width 90 
     500                        height 30 
     501                        caption Visible geometry 
     502                } 
     503                element TextArea(Example/Visibility/Query/VisibleGeometryInfo): Example/Visibility/Templates/BasicText 
     504                { 
     505                        left 180 
     506                        top 60 
     507                        width 90 
     508                        height 30 
     509                        caption : 
     510                } 
     511 
     512                element TextArea(Example/Visibility/Query/NodeVisibility): Example/Visibility/Templates/BasicText 
     513                { 
     514                        left 5 
     515                        top 75 
     516                        width 90 
     517                        height 30 
     518                        caption Avg. node visibility 
     519                } 
     520 
     521                element TextArea(Example/Visibility/Query/NodeVisibilityInfo): Example/Visibility/Templates/BasicText 
     522                { 
     523                        left 180 
     524                        top 75 
     525                        width 90 
     526                        height 30 
     527                        caption: 
     528                } 
     529 
     530                element TextArea(Example/Visibility/Query/GeometryVisibility): Example/Visibility/Templates/BasicText 
     531                { 
     532                        left 5 
     533                        top 90 
     534                        width 90 
     535                        height 30 
     536                        caption Avg. geometry visibility 
     537                } 
     538 
     539                element TextArea(Example/Visibility/Query/GeometryVisibilityInfo): Example/Visibility/Templates/BasicText 
     540                { 
     541                        left 180 
     542                        top 90 
     543                        width 90 
     544                        height 30 
     545                        caption: 
     546                } 
     547 
     548        } 
     549} 
Note: See TracChangeset for help on using the changeset viewer.