Sinbad.material 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. material Sinbad/Body
  2. {
  3. receive_shadows on
  4. technique
  5. {
  6. pass
  7. {
  8. ambient 0.75 0.75 0.75
  9. diffuse 1 1 1 1
  10. texture_unit
  11. {
  12. texture sinbad_body.jpg
  13. }
  14. }
  15. }
  16. }
  17. material Sinbad/Gold
  18. {
  19. receive_shadows on
  20. technique
  21. {
  22. pass
  23. {
  24. ambient 0.75 0.75 0.75
  25. diffuse 0.8 0.8 0.8 1
  26. specular 0.3 0.3 0.2 5.5
  27. texture_unit
  28. {
  29. texture sinbad_clothes.jpg
  30. }
  31. }
  32. }
  33. }
  34. material Sinbad/Sheaths
  35. {
  36. receive_shadows on
  37. technique
  38. {
  39. pass
  40. {
  41. ambient 0.75 0.75 0.75
  42. diffuse 1 1 1 1
  43. specular 0.2 0.1 0.1 1.0 50.0
  44. texture_unit
  45. {
  46. texture sinbad_sword.jpg
  47. }
  48. }
  49. }
  50. }
  51. material Sinbad/Clothes
  52. {
  53. receive_shadows on
  54. technique
  55. {
  56. pass
  57. {
  58. ambient 0.75 0.75 0.75
  59. diffuse 1 1 1 1
  60. specular 0.05 0.05 0.05 12.5
  61. texture_unit
  62. {
  63. texture sinbad_clothes.jpg
  64. }
  65. }
  66. }
  67. }
  68. material Sinbad/Teeth
  69. {
  70. receive_shadows on
  71. technique
  72. {
  73. pass
  74. {
  75. ambient 0.75 0.75 0.75
  76. diffuse 1 1 1 1
  77. specular 0.25 0.25 0.25 10.5
  78. texture_unit
  79. {
  80. texture sinbad_body.jpg
  81. }
  82. }
  83. }
  84. }
  85. material Sinbad/Eyes
  86. {
  87. receive_shadows on
  88. technique
  89. {
  90. pass
  91. {
  92. ambient 0.75 0.75 0.75
  93. diffuse 1 1 1 1
  94. specular 0.75 0.75 0.75 55.5
  95. texture_unit
  96. {
  97. texture sinbad_body.jpg
  98. }
  99. }
  100. }
  101. }
  102. material Sinbad/Spikes
  103. {
  104. receive_shadows on
  105. technique
  106. {
  107. pass
  108. {
  109. ambient 0.75 0.75 0.75
  110. diffuse 1 1 1 1
  111. specular 0.75 0.75 0.75 20.5
  112. texture_unit
  113. {
  114. texture sinbad_clothes.jpg
  115. }
  116. }
  117. }
  118. }