Example-CubeMapping.overlay
上传用户:xhbjoy
上传日期:2014-10-07
资源大小:38068k
文件大小:3k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. Example/CubeMappingOverlay
  2. {
  3. zorder 500
  4. // Stats block
  5. container BorderPanel(Core/CubeMappingPanel)
  6. {
  7. metrics_mode pixels
  8. vert_align top
  9. left 5 
  10. top 5
  11. width 250
  12. height 130
  13. material Core/StatsBlockCenter
  14.          border_size 1 1 1 1
  15.          border_material Core/StatsBlockBorder
  16.          border_topleft_uv     0.0000 1.0000 0.0039 0.9961
  17.      border_top_uv         0.0039 1.0000 0.9961 0.9961
  18.      border_topright_uv    0.9961 1.0000 1.0000 0.9961
  19.      border_left_uv        0.0000 0.9961 0.0039 0.0039
  20.      border_right_uv       0.9961 0.9961 1.0000 0.0039
  21.      border_bottomleft_uv  0.0000 0.0039 0.0039 0.0000
  22.          border_bottom_uv      0.0039 0.0039 0.9961 0.0000
  23.      border_bottomright_uv 0.9961 0.0039 1.0000 0.0000
  24. element TextArea(Example/CubeMapping/Displacement)
  25. {
  26. metrics_mode pixels
  27. left 5
  28. top 5
  29. width 90
  30. height 30
  31. font_name BlueHighway
  32. char_height 16
  33. caption [1/2] Displacement:
  34. colour_top 0.5 0.7 0.5
  35. colour_bottom 0.3 0.5 0.3
  36. }
  37. element TextArea(Example/CubeMapping/Density)
  38. {
  39. metrics_mode pixels
  40. left 5
  41. top 20
  42. width 90
  43. height 30
  44. font_name BlueHighway
  45. char_height 16
  46. caption [3/4] Noise density:
  47. colour_top 0.5 0.7 0.5
  48. colour_bottom 0.3 0.5 0.3
  49. }
  50. element TextArea(Example/CubeMapping/TimeDensity)
  51. {
  52. metrics_mode pixels
  53. left 5
  54. top 35
  55. width 90
  56. height 30
  57. font_name BlueHighway
  58. char_height 16
  59. caption [5/6] Time density:
  60. colour_top 0.5 0.7 0.5
  61. colour_bottom 0.3 0.5 0.3
  62. }
  63. element TextArea(Example/CubeMapping/Noise)
  64. {
  65. metrics_mode pixels
  66. left 5
  67. top 50
  68. width 90
  69. height 30
  70. font_name BlueHighway
  71. char_height 16
  72. caption [N] Noise: _not_set_
  73. colour_top 0.5 0.7 0.5
  74. colour_bottom 0.3 0.5 0.3
  75. }
  76. element TextArea(Example/CubeMapping/Material)
  77. {
  78. metrics_mode pixels
  79. left 5
  80. top 65
  81. width 90
  82. height 30
  83. font_name BlueHighway
  84. char_height 16
  85. caption [M] Material: *UNIMPLEMENTED*
  86. colour_top 0.5 0.7 0.5
  87. colour_bottom 0.3 0.5 0.3
  88. }
  89. element TextArea(Example/CubeMapping/Object)
  90. {
  91. metrics_mode pixels
  92. left 5
  93. top 80
  94. width 90
  95. height 30
  96. font_name BlueHighway
  97. char_height 16
  98. caption [O] Object:
  99. colour_top 0.5 0.7 0.5
  100. colour_bottom 0.3 0.5 0.3
  101. }
  102. element TextArea(Example/CubeMapping/CubeMap)
  103. {
  104. metrics_mode pixels
  105. left 5
  106. top 95
  107. width 90
  108. height 30
  109. font_name BlueHighway
  110. char_height 16
  111. caption [C] CubeMap:
  112. colour_top 0.5 0.7 0.5
  113. colour_bottom 0.3 0.5 0.3
  114. }
  115. element TextArea(Example/CubeMapping/Random)
  116. {
  117. metrics_mode pixels
  118. left 5
  119. top 110
  120. width 90
  121. height 30
  122. font_name BlueHighway
  123. char_height 16
  124. caption [SPACE] Go random!
  125. colour_top 0.5 0.7 0.5
  126. colour_bottom 0.3 0.5 0.3
  127. }
  128. }
  129. }