Default.mtl
上传用户:cding2008
上传日期:2007-01-03
资源大小:1812k
文件大小:2k
源码类别:

OpenGL

开发平台:

Visual C++

  1. // 3dPro version 1.0
  2. // Fahrnbach Images Inc.  All rights reserved
  3. // OpenGL is a registered trademark of Silicon Graphics
  4. Material {
  5. Name          < Shiny >
  6. AmbientColor  < 0.100000 0.100000 0.100000 1.000000 >
  7. DiffuseColor  < 1.000000 1.000000 1.000000 1.000000 >
  8. SpecularColor < 1.000000 1.000000 1.000000 1.000000 >
  9. SpecularPower < 20.000000 >
  10. Reflection    < 0.000000 >
  11. Translucency  < 0.000000 >
  12. IndexOfRefraction < 0.000000 >
  13. }
  14. Material {
  15. Name          < Matte >
  16. AmbientColor  < 0.100000 0.100000 0.100000 1.000000 >
  17. DiffuseColor  < 0.200000 0.200000 0.200000 1.000000 >
  18. SpecularColor < 0.200000 0.200000 0.200000 1.000000 >
  19. SpecularPower < 10.000000 >
  20. Reflection    < 0.000000 >
  21. Translucency  < 0.000000 >
  22. IndexOfRefraction < 0.000000 >
  23. }
  24. Material {
  25. Name          < Metallic >
  26. AmbientColor  < 0.100000 0.100000 0.100000 1.000000 >
  27. DiffuseColor  < 0.500000 0.000000 0.000000 1.000000 >
  28. SpecularColor < 0.600000 0.000000 0.000000 1.000000 >
  29. SpecularPower < 6.000000 >
  30. Reflection    < 0.250000 >
  31. Translucency  < 0.000000 >
  32. IndexOfRefraction < 0.000000 >
  33. }
  34. Material {
  35. Name          < Reflective >
  36. AmbientColor  < 0.100000 0.100000 0.100000 1.000000 >
  37. DiffuseColor  < 0.500000 0.500000 0.500000 1.000000 >
  38. SpecularColor < 0.500000 0.500000 0.500000 1.000000 >
  39. SpecularPower < 7.000000 >
  40. Reflection    < 0.500000 >
  41. Translucency  < 0.000000 >
  42. IndexOfRefraction < 0.000000 >
  43. }
  44. Material {
  45. Name          < Mirror >
  46. AmbientColor  < 0.000000 0.000000 0.000000 1.000000 >
  47. DiffuseColor  < 0.000000 0.000000 0.000000 1.000000 >
  48. SpecularColor < 1.000000 1.000000 1.000000 1.000000 >
  49. SpecularPower < 20.000000 >
  50. Reflection    < 1.000000 >
  51. Translucency  < 0.000000 >
  52. IndexOfRefraction < 0.000000 >
  53. }
  54. Material {
  55. Name          < Glass >
  56. AmbientColor  < 0.000000 0.000000 0.000000 1.000000 >
  57. DiffuseColor  < 0.000000 0.000000 0.000000 1.000000 >
  58. SpecularColor < 0.200000 0.200000 0.200000 1.000000 >
  59. SpecularPower < 6.000000 >
  60. Reflection    < 0.150000 >
  61. Translucency  < 1.000000 >
  62. IndexOfRefraction < 1.560000 >
  63. }