home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / _pov_dat / calali / room.inc < prev    next >
Text File  |  1993-10-15  |  823b  |  44 lines

  1. //  Persistance of Vision Raytracer V2.0
  2. //  Texture include file for ROOM.MDL scene.
  3. //
  4. //  This file was generated for POV-Ray V2.0 by
  5. //  MORAY.EXE (c) '91 '92 '93 SoftTronics by Lutz Kretzschmar + Markus Lutz
  6. //
  7.  
  8. //
  9. //  NOTE: Do *NOT* remove the comment lines containing '$MRY$'.
  10. //
  11.  
  12. // *******  T E X T U R E S  *******
  13.  
  14.  
  15.  
  16. //  $MRY$: 'white_paint'
  17. #declare white_paint = texture {
  18.  pigment { color red  1.000 green  1.000 blue  1.000 }
  19.  finish {
  20.   ambient   0.20
  21.   diffuse   0.50
  22.   brilliance   1.00
  23.  }
  24. }
  25.  
  26.  
  27. //  $MRY$: 'wall_tex'
  28. #declare wall_tex = texture {
  29.   finish {
  30.     ambient   0.10
  31.     diffuse   0.50
  32.     brilliance   1.00
  33.  
  34.   }
  35.   pigment {
  36.     checker
  37.     color red  1.000 green  0.000 blue  0.000
  38.     color red 1.0 green 1.0 blue 1.0
  39.   }
  40. }
  41.  
  42.  
  43. //  $MRY$: 'DMFLightOak'
  44.