home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / _pov_dat / football / football.inc < prev    next >
Text File  |  1994-03-10  |  685b  |  35 lines

  1. //  Persistance of Vision Raytracer V2.0
  2. //  Texture include file for football.MDL scene.
  3. //
  4. //  This file was generated for POV-Ray V2.0 by
  5. //  MORAY.EXE (c) 1991-1994 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$: 'Football'
  17. #declare Football = texture {
  18.   finish {
  19.     ambient   0.20
  20.     diffuse   0.50
  21.     brilliance   1.00
  22.     phong   0.60
  23.     phong_size  20.00
  24.  
  25.   }
  26.   pigment {
  27.     image_map {
  28.       gif "FOOTMAP.GIF" map_type 1
  29.     }
  30.   }
  31.   scale <-1,1,1>  // no mirror image!
  32.   rotate <90,0,0> // align along Z-axis
  33. }
  34.  
  35.