home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / _pov_dat / calali / lamp.inc < prev    next >
Text File  |  1993-10-15  |  1KB  |  73 lines

  1. //  Persistance of Vision Raytracer V2.0
  2. //  Texture include file for LAMP.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$: 'Texture01'
  17. #declare Texture01 = texture {
  18.  pigment { color red  1.000 green  1.000 blue  1.000 }
  19.  finish {
  20.   ambient   0.10
  21.   diffuse   0.50
  22.   brilliance   1.00
  23.   phong   0.60
  24.   phong_size  20.00
  25.  }
  26. }
  27.  
  28.  
  29. //  $MRY$: 'bright'
  30. #declare bright = texture {
  31.  pigment { color red  1.000 green  1.000 blue  0.000 }
  32.  finish {
  33.   ambient   0.10
  34.   diffuse   0.50
  35.   brilliance   1.00
  36.   phong   0.60
  37.   phong_size  20.00
  38.  }
  39. }
  40.  
  41.  
  42. //  $MRY$: 'wow'
  43. #declare wow = texture {
  44.  pigment { color red  1.000 green  0.608 blue  0.000 }
  45.  finish {
  46.   ambient   0.10
  47.   diffuse   0.50
  48.   brilliance   1.00
  49.   phong   0.60
  50.   phong_size  20.00
  51.  }
  52. }
  53.  
  54. //  $MRY$: 'screen'
  55. #declare screen = texture {
  56.  pigment { 
  57.     leopard
  58.     color_map {
  59.         [0.2  color Red]
  60.         [0.2  color White filter 1.0]
  61.      }
  62.      rotate x*90
  63.      scale 0.01
  64.   }
  65.  finish {
  66.   ambient   0.10
  67.   diffuse   0.50
  68.   brilliance   1.00
  69.   phong   0.60
  70.   phong_size  20.00
  71.  }
  72. }
  73.