Sword.material 920 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. material Sinbad/Blade
  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. specular 1 1 1 10.5
  11. texture_unit
  12. {
  13. texture sinbad_sword.jpg
  14. }
  15. }
  16. }
  17. }
  18. material Sinbad/Ruby
  19. {
  20. receive_shadows on
  21. technique
  22. {
  23. pass
  24. {
  25. ambient 0.75 0.75 0.75
  26. diffuse 1 1 1 1
  27. specular 0.75 0.75 0.75 20.5
  28. texture_unit
  29. {
  30. texture sinbad_sword.jpg
  31. }
  32. }
  33. }
  34. }
  35. material Sinbad/Hilt
  36. {
  37. receive_shadows on
  38. technique
  39. {
  40. pass
  41. {
  42. ambient 0.75 0.75 0.75
  43. diffuse 0.8 0.8 0.8 1
  44. specular 0.3 0.3 0.2 5.5
  45. texture_unit
  46. {
  47. texture sinbad_sword.jpg
  48. }
  49. }
  50. }
  51. }
  52. material Sinbad/Handle
  53. {
  54. receive_shadows on
  55. technique
  56. {
  57. pass
  58. {
  59. ambient 0.75 0.75 0.75
  60. diffuse 1 1 1 1
  61. specular 0.05 0.05 0.05 12.5
  62. texture_unit
  63. {
  64. texture sinbad_sword.jpg
  65. }
  66. }
  67. }
  68. }