Changeset 1177 for OGRE


Ignore:
Timestamp:
08/02/06 15:22:19 (18 years ago)
Author:
szydlowski
Message:
 
File:
1 edited

Legend:

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

    r1172 r1177  
    1111                top 5 
    1212                // width 220 
    13                 width 300 
     13                width 430 
    1414                height 120 
    1515                material Core/StatsBlockCenter 
     
    3434//                      material Core/StatsBreak 
    3535//              } 
    36                      
     36 
     37                element TextArea(KdTree/RenderMethod) 
     38                { 
     39                        metrics_mode pixels 
     40                        left 5 
     41                        top 5 
     42                        width 90 
     43                        height 30 
     44                        font_name TrebuchetMSBold 
     45                        char_height 16 
     46                        caption [SPACE] Algorithm: 
     47                        colour_top 0.5 0.7 0.5 
     48                        colour_bottom 0.3 0.5 0.3 
     49                } 
     50                element TextArea(KdTree/BuildMethod) 
     51                { 
     52                        metrics_mode pixels 
     53                        left 5 
     54                        top 20 
     55                        width 90 
     56                        height 30 
     57                        font_name TrebuchetMSBold 
     58                        char_height 16 
     59                        caption [X] Build Method: 
     60                        colour_top 0.5 0.7 0.5 
     61                        colour_bottom 0.3 0.5 0.3 
     62                } 
    3763                element TextArea(KdTree/Depth) 
    3864                { 
    3965                        metrics_mode pixels 
    4066                        left 5 
    41                         top 5 
     67                        top 35 
    4268                        width 90 
    4369                        height 30 
     
    5480                        metrics_mode pixels 
    5581                        left 5 
    56                         top 20 
     82                        top 50 
    5783                        width 90 
    5884                        height 30 
     
    6793                        metrics_mode pixels 
    6894                        left 5 
    69                         top 35 
     95                        top 65 
    7096                        width 90 
    7197                        height 30 
     
    80106                        metrics_mode pixels 
    81107                        left 5 
    82                         top 50 
     108                        top 80 
    83109                        width 90 
    84110                        height 30 
     
    86112                        char_height 16 
    87113                        caption [7][8] KI: 
    88                         colour_top 0.5 0.7 0.5 
    89                         colour_bottom 0.3 0.5 0.3 
    90                 } 
    91                 element TextArea(KdTree/BuildMethod) 
    92                 { 
    93                         metrics_mode pixels 
    94                         left 5 
    95                         top 65 
    96                         width 90 
    97                         height 30 
    98                         font_name TrebuchetMSBold 
    99                         char_height 16 
    100                         caption [Y] Build Method: 
    101                         colour_top 0.5 0.7 0.5 
    102                         colour_bottom 0.3 0.5 0.3 
    103                 } 
    104                 element TextArea(KdTree/RenderMethod) 
    105                 { 
    106                         metrics_mode pixels 
    107                         left 5 
    108                         top 80 
    109                         width 90 
    110                         height 30 
    111                         font_name TrebuchetMSBold 
    112                         char_height 16 
    113                         caption [X] Render Method: 
    114114                        colour_top 0.5 0.7 0.5 
    115115                        colour_bottom 0.3 0.5 0.3 
Note: See TracChangeset for help on using the changeset viewer.