home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / RAYTRACE / _POV_DAT / ATRIUM / ATR-TEX.INC < prev    next >
Encoding:
Text File  |  1992-12-07  |  565 b   |  47 lines

  1.  
  2. //----- The Atrium Textures
  3.  
  4. #declare FrameColor =
  5. texture {
  6.   color Tan
  7.   ambient .25
  8.   diffuse .7
  9.   phong .1
  10.   phong_size 20
  11. }
  12.  
  13. #declare PanelColor =
  14. texture {
  15.   color Tan
  16.   ambient .15
  17.   diffuse .6
  18.   phong .3
  19.   phong_size 20
  20.   .02
  21. }
  22.  
  23. #declare RoofColor =
  24. texture {
  25.   color DimGray
  26.   ambient .15
  27.   diffuse .7
  28.   phong .3
  29.   phong_size 20
  30.   .03
  31. }
  32.  
  33. #declare GlassColor =
  34. texture {
  35.   color red .82 green.97 blue .82 
  36.   alpha .82
  37.   reflection .2
  38.   refraction .9
  39.   ambient .1
  40.   diffuse 0
  41.   phong .3
  42.   phong_size 50
  43.   }
  44.  
  45.  
  46.  
  47.