Changeset 1177 for OGRE/trunk/resources
- Timestamp:
- 08/02/06 15:22:19 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OGRE/trunk/resources/overlays/TestKdTree.overlay
r1172 r1177 11 11 top 5 12 12 // width 220 13 width 30013 width 430 14 14 height 120 15 15 material Core/StatsBlockCenter … … 34 34 // material Core/StatsBreak 35 35 // } 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 } 37 63 element TextArea(KdTree/Depth) 38 64 { 39 65 metrics_mode pixels 40 66 left 5 41 top 567 top 35 42 68 width 90 43 69 height 30 … … 54 80 metrics_mode pixels 55 81 left 5 56 top 2082 top 50 57 83 width 90 58 84 height 30 … … 67 93 metrics_mode pixels 68 94 left 5 69 top 3595 top 65 70 96 width 90 71 97 height 30 … … 80 106 metrics_mode pixels 81 107 left 5 82 top 50108 top 80 83 109 width 90 84 110 height 30 … … 86 112 char_height 16 87 113 caption [7][8] KI: 88 colour_top 0.5 0.7 0.589 colour_bottom 0.3 0.5 0.390 }91 element TextArea(KdTree/BuildMethod)92 {93 metrics_mode pixels94 left 595 top 6596 width 9097 height 3098 font_name TrebuchetMSBold99 char_height 16100 caption [Y] Build Method:101 colour_top 0.5 0.7 0.5102 colour_bottom 0.3 0.5 0.3103 }104 element TextArea(KdTree/RenderMethod)105 {106 metrics_mode pixels107 left 5108 top 80109 width 90110 height 30111 font_name TrebuchetMSBold112 char_height 16113 caption [X] Render Method:114 114 colour_top 0.5 0.7 0.5 115 115 colour_bottom 0.3 0.5 0.3
Note: See TracChangeset
for help on using the changeset viewer.