home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 730.SAMPLES.ZIP / ROBOTMTL.INC < prev    next >
Text File  |  1993-05-05  |  1KB  |  60 lines

  1. #declare RED_GLASS = texture {
  2.     ambient 0.1
  3.     diffuse 0.7
  4.     phong 1.0
  5.     phong_size 70.0
  6.     color Red alpha 0.96
  7.     refraction 1
  8.     ior 1.2
  9. }
  10.  
  11. #declare GRAY_SEMIGLOSS = texture {
  12.     ambient 0.1
  13.     diffuse 0.7
  14.     phong 1.0
  15.     phong_size 70.0
  16.     color Gray40
  17.     reflection 0.3
  18. }
  19.  
  20. #declare CHROME_GIFMAP = texture {
  21.     ambient 0.1
  22.     diffuse 0.7
  23.     brilliance 6.0
  24.     reflection 0.6
  25.     phong 0.8
  26.     phong_size 120
  27.     color Gray20
  28. }
  29.  
  30. #declare BRASS_GIFMAP = texture {
  31.     metallic
  32.     ambient 0.1
  33.     diffuse 0.8
  34.     brilliance 6.0
  35.     reflection 0.4
  36.     phong 0.8
  37.     phong_size 120
  38.     color red 0.578 green 0.422 blue 0.195
  39. }
  40.  
  41. #declare GOLD = texture {
  42.     metallic
  43.     ambient 0.1
  44.     diffuse 0.8
  45.     brilliance 6.0
  46.     reflection 0.4
  47.     phong 1.0
  48.     phong_size 80
  49.     color red 0.6 green 0.4 blue 0.2
  50. }
  51.  
  52. #declare CREAM_PLASTIC = texture {
  53.     ambient 0.1
  54.     diffuse 0.7
  55.     phong 1.0
  56.     phong_size 70.0
  57.     color Tan
  58. }
  59.  
  60.