home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / _pov_dat / calali / cala.inc next >
Text File  |  1993-10-15  |  855b  |  42 lines

  1. //  Persistance of Vision Raytracer V2.0
  2. //  Texture include file for CALA.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$: 'Cala_Tex'
  17. #declare Cala_Tex = texture {
  18.    pigment {
  19.       gradient z
  20.       color_map {
  21.          [0.0 color DarkGreen]
  22.          [0.63 color Green]
  23.          [0.72 color White]
  24.          [1.0 color White]
  25.        }
  26.        scale 40
  27.        translate <0, 0, -23>
  28.     }  
  29.     finish {ambient 0.1}
  30. }   
  31.  
  32.  
  33. //  $MRY$: 'Texture02'
  34. #declare Texture02 = texture {
  35.  pigment { color red  1.000 green  1.000 blue  0.000 }
  36.  finish {
  37.   ambient   0.10
  38.   diffuse   0.50
  39.   brilliance   1.00
  40.  }
  41. }
  42.