Ignore:
Timestamp:
07/06/05 17:52:44 (19 years ago)
Author:
mattausch
Message:

added flags for switching on/off transparents for item buffer and vertex programs for depth pass / item buffer

File:
1 edited

Legend:

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

    r155 r159  
    452452                        caption [F] toggle filtering method (trilinear, anisotropic, bilinear) 
    453453                } 
     454                element TextArea(Example/Visibility/Help/FromCameraQueryInfo): Example/Visibility/Templates/BasicText 
     455                { 
     456                        left 5 
     457                        top 285 
     458                        width 180 
     459                        height 30 
     460                        caption [F5] From camera visible pixels (+ SHIFT: relative visibility) 
     461                } 
     462                element TextArea(Example/Visibility/Help/FromPointQueryInfo): Example/Visibility/Templates/BasicText 
     463                { 
     464                        left 5 
     465                        top 60 
     466                        width 300 
     467                        height 30 
     468                        caption [F6] From camera visible pixels (+ SHIFT: relative visibility) 
     469                } 
    454470        } 
    455471} 
     
    465481                vert_align top 
    466482                width 600 
    467                 height 120 
     483                height 145 
    468484                left 200 
    469485                top 300 
     
    558574                } 
    559575 
     576 
     577                element TextArea(Example/Visibility/Query/VisiblePatches): Example/Visibility/Templates/BasicText 
     578                { 
     579                        left 5 
     580                        top 75 
     581                        width 90 
     582                        height 30 
     583                        caption Visible patches 
     584                } 
     585                element TextArea(Example/Visibility/Query/VisiblePatchInfo): Example/Visibility/Templates/BasicText 
     586                { 
     587                        left 180 
     588                        top 75 
     589                        width 90 
     590                        height 30 
     591                        caption : 
     592                } 
     593 
    560594                element TextArea(Example/Visibility/Query/NodeVisibility): Example/Visibility/Templates/BasicText 
    561595                { 
    562596                        left 5 
    563                         top 75 
     597                        top 90 
    564598                        width 90 
    565599                        height 30 
     
    570604                { 
    571605                        left 180 
    572                         top 75 
    573                         width 90 
    574                         height 30 
    575                         caption: 
     606                        top 90 
     607                        width 90 
     608                        height 30 
     609                        caption : 
    576610                } 
    577611 
     
    579613                { 
    580614                        left 5 
    581                         top 90 
     615                        top 105 
    582616                        width 90 
    583617                        height 30 
     
    588622                { 
    589623                        left 180 
    590                         top 90 
    591                         width 90 
    592                         height 30 
    593                         caption: 
    594                 } 
     624                        top 105 
     625                        width 90 
     626                        height 30 
     627                        caption : 
     628                } 
     629                element TextArea(Example/Visibility/Query/PatchVisibility): Example/Visibility/Templates/BasicText 
     630                { 
     631                        left 5 
     632                        top 120 
     633                        width 90 
     634                        height 30 
     635                        caption Avg. patch visibility 
     636                } 
     637 
     638                element TextArea(Example/Visibility/Query/PatchVisibilityInfo): Example/Visibility/Templates/BasicText 
     639                { 
     640                        left 180 
     641                        top 120 
     642                        width 90 
     643                        height 30 
     644                        caption : 
     645                } 
     646                         
    595647 
    596648        } 
Note: See TracChangeset for help on using the changeset viewer.