// Ogre overlay scripts KdTree/DebugOverlay { zorder 500 // Stats block container BorderPanel(KdTree/StatPanel) { metrics_mode pixels vert_align top left 5 top 5 // width 220 width 300 height 120 material Core/StatsBlockCenter border_size 1 1 1 1 border_material Core/StatsBlockBorder border_topleft_uv 0.0000 1.0000 0.0039 0.9961 border_top_uv 0.0039 1.0000 0.9961 0.9961 border_topright_uv 0.9961 1.0000 1.0000 0.9961 border_left_uv 0.0000 0.9961 0.0039 0.0039 border_right_uv 0.9961 0.9961 1.0000 0.0039 border_bottomleft_uv 0.0000 0.0039 0.0039 0.0000 border_bottom_uv 0.0039 0.0039 0.9961 0.0000 border_bottomright_uv 0.9961 0.0039 1.0000 0.0000 // container Panel(KdTree/BreakPanel) // { // metrics_mode pixels // left 5 // top 22 // width 210 // height 1 // material Core/StatsBreak // } element TextArea(KdTree/Depth) { metrics_mode pixels left 5 top 5 width 90 height 30 font_name TrebuchetMSBold char_height 16 caption [1][2] Max Tree Depth: colour_top 0.5 0.7 0.5 colour_bottom 0.3 0.5 0.3 // colour_top 1 1 0.7 // colour_bottom 1 1 0.7 } element TextArea(KdTree/Highlight) { metrics_mode pixels left 5 top 20 width 90 height 30 font_name TrebuchetMSBold char_height 16 caption [3][4] Highlight: colour_top 0.5 0.7 0.5 colour_bottom 0.3 0.5 0.3 } element TextArea(KdTree/KT) { metrics_mode pixels left 5 top 35 width 90 height 30 font_name TrebuchetMSBold char_height 16 caption [5][6] KT: colour_top 0.5 0.7 0.5 colour_bottom 0.3 0.5 0.3 } element TextArea(KdTree/KI) { metrics_mode pixels left 5 top 50 width 90 height 30 font_name TrebuchetMSBold char_height 16 caption [7][8] KI: colour_top 0.5 0.7 0.5 colour_bottom 0.3 0.5 0.3 } element TextArea(KdTree/BuildMethod) { metrics_mode pixels left 5 top 65 width 90 height 30 font_name TrebuchetMSBold char_height 16 caption [Y] Build Method: colour_top 0.5 0.7 0.5 colour_bottom 0.3 0.5 0.3 } element TextArea(KdTree/RenderMethod) { metrics_mode pixels left 5 top 80 width 90 height 30 font_name TrebuchetMSBold char_height 16 caption [X] Render Method: colour_top 0.5 0.7 0.5 colour_bottom 0.3 0.5 0.3 } } }