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

游戏引擎

开发平台:

Visual C++

  1. material Examples/Water0
  2. {
  3. technique
  4. {
  5. pass
  6. {
  7. scene_blend colour_blend
  8. texture_unit
  9. {
  10. texture Water01.jpg
  11. env_map spherical
  12. scroll_anim 0.01 0.01
  13. }
  14. }
  15. }
  16. }
  17. material Examples/Water1
  18. {
  19. technique
  20. {
  21. pass
  22. {
  23. scene_blend colour_blend
  24. texture_unit
  25. {
  26. texture BeachStones.jpg
  27. scale 0.25 0.25
  28. }
  29. texture_unit
  30. {
  31. texture Water01.jpg
  32. env_map spherical
  33. scroll_anim 0.01 0.01
  34. }
  35. }
  36. }
  37. }
  38. material Examples/Water2
  39. {
  40. technique
  41. {
  42. pass
  43. {
  44. scene_blend colour_blend
  45. texture_unit
  46. {
  47. texture Water01.jpg
  48. scroll_anim 0.01 0.01
  49. }
  50. }
  51. }
  52. }
  53. material Examples/Water3
  54. {
  55. technique
  56. {
  57. pass
  58. {
  59. scene_blend colour_blend
  60. texture_unit
  61. {
  62. texture Water02.jpg
  63. env_map spherical
  64. scroll_anim 0.01 0.01
  65. rotate_anim 0.03
  66. }
  67. }
  68. }
  69. }
  70. material Examples/Water4
  71. {
  72. technique
  73. {
  74. pass
  75. {
  76. cull_hardware none
  77. cull_software none
  78. texture_unit
  79. {
  80. texture Water02.jpg
  81. env_map spherical
  82. scroll_anim 0.01 0.01
  83. }
  84. }
  85. }
  86. }
  87. material Examples/Water5
  88. {
  89. technique
  90. {
  91. pass
  92. {
  93. cull_hardware none
  94. cull_software none
  95. texture_unit
  96. {
  97. texture BeachStones.jpg
  98. scale 0.25 0.25
  99. }
  100. texture_unit
  101. {
  102. texture Water01.jpg
  103. env_map spherical
  104. scroll_anim 0.01 0.01
  105. }
  106. }
  107. }
  108. }
  109. material Examples/Water6
  110. {
  111. technique
  112. {
  113. pass
  114. {
  115. lighting off
  116. texture_unit
  117. {
  118. cubic_texture cubescene.jpg combinedUVW
  119. tex_address_mode clamp
  120. env_map cubic_reflection
  121. }
  122. }
  123. }
  124. }
  125. material Examples/Water7
  126. {
  127. technique
  128. {
  129. pass
  130. {
  131. cull_hardware none
  132. cull_software none
  133. texture_unit
  134. {
  135. texture BeachStones.jpg
  136. scale 0.25 0.25
  137. }
  138. texture_unit
  139. {
  140. cubic_texture cubescene.jpg combinedUVW
  141. tex_address_mode clamp
  142. env_map cubic_reflection
  143. }
  144. }
  145. }
  146. }
  147. material Examples/Water8
  148. {
  149. technique
  150. {
  151. pass
  152. {
  153. lighting off
  154. scene_blend add
  155. cull_hardware none
  156. cull_software none
  157. texture_unit
  158. {
  159. cubic_texture cubescene.jpg combinedUVW
  160. tex_address_mode clamp
  161. env_map cubic_reflection
  162. }
  163. }
  164. }
  165. }