home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / p / ply15dat.zip / SPCOLOR.INC < prev    next >
Text File  |  1992-03-28  |  2KB  |  101 lines

  1. define shiny_red
  2. texture {
  3.    surface {
  4.       ambient red, 0.2
  5.       diffuse red, 0.6
  6.       specular white, 0.8
  7.       microfacet Reitz 10
  8.       }
  9.    }
  10.  
  11. define shiny_green
  12. texture {
  13.    surface {
  14.       ambient green, 0.2
  15.       diffuse green, 0.6
  16.       specular white, 0.8
  17.       microfacet Reitz 10
  18.       }
  19.    }
  20.  
  21. define shiny_blue
  22. texture {
  23.    surface {
  24.       ambient blue, 0.2
  25.       diffuse blue, 0.6
  26.       specular white, 0.8
  27.       microfacet Reitz 10
  28.       }
  29.    }
  30.  
  31. define shiny_cyan
  32. texture {
  33.    surface {
  34.       ambient cyan, 0.2
  35.       diffuse cyan, 0.6
  36.       specular white, 0.8
  37.       microfacet Reitz 10
  38.       }
  39.    }
  40.  
  41. define shiny_yellow
  42. texture {
  43.    surface {
  44.       ambient yellow, 0.2
  45.       diffuse yellow, 0.6
  46.       specular white, 0.8
  47.       microfacet Reitz 10
  48.       }
  49.    }
  50.  
  51. define shiny_magenta
  52. texture {
  53.    surface {
  54.       ambient magenta, 0.2
  55.       diffuse magenta, 0.6
  56.       specular white, 0.8
  57.       microfacet Reitz 10
  58.       }
  59.    }
  60.  
  61. define shiny_gold
  62. texture {
  63.    surface {
  64.       ambient gold, 0.2
  65.       diffuse gold, 0.6
  66.       specular white, 0.8
  67.       microfacet Reitz 10
  68.       }
  69.    }
  70.  
  71. define shiny_salmon
  72. texture {
  73.    surface {
  74.       ambient salmon, 0.2
  75.       diffuse salmon, 0.6
  76.       specular white, 0.8
  77.       microfacet Reitz 10
  78.       }
  79.    }
  80.  
  81. define shiny_orange
  82. texture {
  83.    surface {
  84.       ambient orange, 0.2
  85.       diffuse orange, 0.6
  86.       specular white, 0.8
  87.       microfacet Reitz 10
  88.       }
  89.    }
  90.  
  91. define shiny_coral
  92. texture {
  93.    surface {
  94.       ambient coral, 0.2
  95.       diffuse coral, 0.6
  96.       specular white, 0.8
  97.       microfacet Reitz 10
  98.       }
  99.    }
  100.  
  101.