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

游戏引擎

开发平台:

Visual C++

  1. material Ogre/Earring
  2. {
  3. technique
  4. {
  5. pass
  6. {
  7. ambient 0.5 0.5 0
  8. diffuse 1 1 0
  9. texture_unit
  10. {
  11. texture spheremap.png
  12. colour_op_ex add src_texture src_current
  13. colour_op_multipass_fallback one one
  14. env_map spherical
  15. }
  16. }
  17. }
  18. }
  19. material Ogre/Skin
  20. {
  21. technique
  22. {
  23. pass
  24. {
  25. ambient 0.7 0.7 0.7
  26. cull_hardware none
  27. texture_unit
  28. {
  29. texture GreenSkin.jpg
  30. tex_address_mode mirror
  31. }
  32. }
  33. }
  34. }
  35. material Ogre/Tusks
  36. {
  37. technique
  38. {
  39. pass
  40. {
  41. ambient 0.5 0.5 0.4
  42. diffuse 1 1 0.8
  43. texture_unit
  44. {
  45. texture dirt01.jpg
  46. colour_op_ex add src_texture src_current
  47. colour_op_multipass_fallback one one
  48. }
  49. }
  50. }
  51. }
  52. material Ogre/Eyes
  53. {
  54. technique
  55. {
  56. pass
  57. {
  58. texture_unit
  59. {
  60. texture WeirdEye.png
  61. }
  62. }
  63. }
  64. }
  65. material Cursor/default
  66. {
  67. technique
  68. {
  69. pass
  70. {
  71. scene_blend alpha_blend
  72. texture_unit
  73. {
  74. texture cursor.png
  75. tex_address_mode clamp
  76. }
  77. }
  78. }
  79. }
  80. material Core/StatsBlockBorder/Down
  81. {
  82. technique
  83. {
  84. pass
  85. {
  86. lighting off
  87. scene_blend alpha_blend
  88. depth_check off
  89. texture_unit
  90. {
  91. texture ogreborder.png
  92. }
  93. }
  94. }
  95. }
  96. material Core/StatsBlockBorder/Up
  97. {
  98. technique
  99. {
  100. pass
  101. {
  102. lighting off
  103. scene_blend alpha_blend
  104. depth_check off
  105. texture_unit
  106. {
  107. texture ogreborderUp.png
  108. }
  109. }
  110. }
  111. }