Changeset 717 for OGRE


Ignore:
Timestamp:
03/24/06 01:19:23 (18 years ago)
Author:
mattausch
Message:
 
Location:
OGRE/trunk/resources
Files:
2 edited

Legend:

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

    r423 r717  
    667667                        caption : 
    668668                } 
    669                          
    670  
    671669        } 
    672670} 
     671 
     672 
     673 
     674 
     675template element TextArea(Example/Visibility/Templates/HeaderText) 
     676{ 
     677        metrics_mode pixels 
     678        left 5 
     679        top 5 
     680        width 180 
     681        height 30 
     682        font_name TrebuchetMSBold 
     683        char_height 50 
     684        colour_top 0.5 0.7 0.5 
     685        colour_bottom 0.3 0.5 0.3 
     686} 
     687 
     688 
     689Example/Visibility/MyStatsOverlay 
     690{ 
     691        zorder 500 
     692 
     693        // Stats block 
     694        container BorderPanel(Example/Visibility/MyStatsPanel) 
     695        { 
     696                metrics_mode pixels 
     697                vert_align top 
     698                left 5  
     699                top 5 
     700                width 430 
     701                height 150 
     702                material Core/StatsBlockCenter 
     703                border_size 1 1 1 1 
     704                border_material Core/StatsBlockBorder 
     705                border_topleft_uv     0.0000 1.0000 0.0039 0.9961 
     706                border_top_uv         0.0039 1.0000 0.9961 0.9961 
     707                border_topright_uv    0.9961 1.0000 1.0000 0.9961 
     708                border_left_uv        0.0000 0.9961 0.0039 0.0039 
     709                border_right_uv       0.9961 0.9961 1.0000 0.0039 
     710                border_bottomleft_uv  0.0000 0.0039 0.0039 0.0000 
     711                border_bottom_uv      0.0039 0.0039 0.9961 0.0000 
     712                border_bottomright_uv 0.9961 0.0039 1.0000 0.0000 
     713 
     714 
     715                element TextArea(Example/Visibility/MyAlgorithmInfo): Example/Visibility/Templates/HeaderText 
     716                { 
     717                        left 5 
     718                        width 180 
     719                        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 
     728                        caption FPS 
     729                } 
     730                element TextArea(Example/Visibility/Query/MyFpsInfo): Example/Visibility/Templates/BasicText 
     731                { 
     732                        left 5 
     733                        width 180 
     734                        height 30 
     735                        top 70 
     736                        caption : 
     737                } 
     738        } 
     739} 
  • OGRE/trunk/resources/terrain.cfg

    r347 r717  
    4646 
    4747# Use vertex program to morph LODs, if available 
    48 VertexProgramMorph=yes 
     48VertexProgramMorph=no 
    4949 
    5050# The proportional distance range at which the LOD morph starts to take effect 
Note: See TracChangeset for help on using the changeset viewer.