Elephant.material 930 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. material ElphSkin
  2. {
  3. technique
  4. {
  5. pass
  6. {
  7. ambient 0 0 0 1
  8. diffuse 1 1 1 1
  9. specular 1 1 1 25.6
  10. emissive 0 0 0
  11. texture_unit
  12. {
  13. texture Elephant.jpg
  14. tex_coord_set 0
  15. }
  16. }
  17. }
  18. }
  19. material Ele_Tuskh
  20. {
  21. technique
  22. {
  23. pass
  24. {
  25. ambient 0 0 0 1
  26. diffuse 1 1 1 1
  27. specular 1 1 1 25.6
  28. emissive 0 0 0
  29. texture_unit
  30. {
  31. texture ElephantTusk.jpg
  32. tex_coord_set 0
  33. }
  34. }
  35. }
  36. }
  37. material leftEyeShader
  38. {
  39. technique
  40. {
  41. pass
  42. {
  43. ambient 0 0 0 1
  44. diffuse 1 1 1 1
  45. specular 0.5 0.5 0.5 25.6
  46. emissive 0 0 0
  47. texture_unit
  48. {
  49. texture ElephantEye.jpg
  50. tex_coord_set 0
  51. }
  52. }
  53. }
  54. }
  55. material rightEyeShader
  56. {
  57. technique
  58. {
  59. pass
  60. {
  61. ambient 0 0 0 1
  62. diffuse 1 1 1 1
  63. specular 0.5 0.5 0.5 25.6
  64. emissive 0 0 0
  65. texture_unit
  66. {
  67. texture ElephantEye.jpg
  68. tex_coord_set 0
  69. }
  70. }
  71. }
  72. }