home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / _pov_dat / strway / strway.inc < prev    next >
Text File  |  1993-09-13  |  925b  |  48 lines

  1. //  Persistance of Vision Raytracer V1.0
  2. //  Texture include file for hillham.MDL scene.
  3. //  StrWay.INC
  4. //  This file was generated for POV-Ray V1.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$: 'Stone6'
  17.  
  18.  
  19. //  $MRY$: 'walltext'
  20. #declare walltext = texture {
  21.   ambient   0.40
  22.   diffuse   0.50
  23.   brilliance   0.80
  24.   phong   0.60
  25.   phong_size  20.00
  26.   image_map {
  27.     gif "c:\povray\scenes\brick.gif" map_type 0 interpolate 4 
  28.   }
  29. }
  30.  
  31.  
  32.  
  33. //  $MRY$: 'Stone5'
  34.  
  35.  
  36. //  $MRY$: 'FloorTexture'
  37. #declare FloorTexture = texture {
  38.   ambient   0.10
  39.   diffuse   0.50
  40.   brilliance   1.00
  41.   phong   0.60
  42.   phong_size  20.00
  43.   reflection  0.500
  44.   checker
  45.     color red  0.130 green  0.370 blue  0.310
  46.     color red 1.0 green 1.0 blue 1.0
  47. }
  48.