Changeset 898 for OGRE


Ignore:
Timestamp:
05/04/06 18:30:52 (18 years ago)
Author:
mattausch
Message:
 
Location:
OGRE/trunk/resources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • OGRE/trunk/resources/overlays/VisibilityDemo.overlay

    r717 r898  
    696696                metrics_mode pixels 
    697697                vert_align top 
    698                 left 5  
     698                left 5 
    699699                top 5 
    700                 width 430 
    701                 height 150 
     700                #width 620 
     701                width 200 
     702                height 110 
    702703                material Core/StatsBlockCenter 
    703704                border_size 1 1 1 1 
     
    713714 
    714715 
     716                #element TextArea(Example/Visibility/MyAlgorithm): Example/Visibility/Templates/HeaderText 
     717                #{ 
     718                #       left 5 
     719                #       width 180 
     720                #       height 30 
     721                #       top 10 
     722                #       caption A 
     723                #} 
    715724                element TextArea(Example/Visibility/MyAlgorithmInfo): Example/Visibility/Templates/HeaderText 
    716725                { 
     
    718727                        width 180 
    719728                        height 30 
    720                         caption : 
    721                 } 
    722                 element TextArea(Example/Visibility/MyFPS): Example/Visibility/Templates/HeaderText 
    723                 { 
    724                         left 5 
    725                         width 180 
    726                         height 30 
    727                         top 70 
     729                        top 10 
     730                        caption chc 
     731                } 
     732                element TextArea(Example/Visibility/MyFps): Example/Visibility/Templates/HeaderText 
     733                { 
     734                        left 5 
     735                        width 180 
     736                        height 30 
     737                        top 60 
    728738                        caption FPS 
    729739                } 
    730                 element TextArea(Example/Visibility/Query/MyFpsInfo): Example/Visibility/Templates/BasicText 
    731                 { 
    732                         left 5 
    733                         width 180 
    734                         height 30 
    735                         top 70 
     740                element TextArea(Example/Visibility/MyFpsInfo): Example/Visibility/Templates/HeaderText 
     741                { 
     742                        left 80 
     743                        width 180 
     744                        height 30 
     745                        top 60 
    736746                        caption : 
    737747                } 
  • OGRE/trunk/resources/terrain.cfg

    r717 r898  
    3939 
    4040# Upper LOD limit 
    41 MaxMipMapLevel=5 
     41MaxMipMapLevel=1 
    4242 
    4343#VertexNormals=yes 
Note: See TracChangeset for help on using the changeset viewer.