home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / _pov_dat / football / football.pov < prev    next >
Text File  |  1994-03-10  |  1KB  |  57 lines

  1. //  Persistance of Vision Raytracer V2.0
  2. //  World definition file.
  3. //
  4. //  Contains 1 lights, 1 textures and 1 primitives.
  5. //
  6. //  This file was generated for POV-Ray V2.0 by
  7. //  MORAY.EXE (c) 1991-1994 SoftTronics by Lutz Kretzschmar + Markus Lutz
  8. //
  9.  
  10. //  Date : 03/10/1994    (10.03.1994)
  11. //
  12.  
  13. //
  14. //  This is the standard include file for POV.
  15. //
  16.  
  17. #include "colors.inc"
  18. #include "textures.inc"
  19. #include "shapes.inc"
  20.  
  21. // If you don't like or want the green floor plane and the blue sky, then
  22. // delete the following line. (To permanently delete it, remove it from
  23. // MRYDEFLT.INC in your Moray directory.
  24. // #include "enviro.inc"
  25.  
  26. camera {  //  Camera StdCam
  27.   location  <-2.801, -14.790, 5.537>
  28.   direction <0.0,     0.0,  2.4880>
  29.   sky       <0.0,     0.0,  1.0>  // Use right handed-system!
  30.   up        <0.0,     0.0,  1.0>  // Where Z is up
  31.   right     <1.3333,  0.0,  0.0>
  32.   look_at   <0.000, 0.000, 0.000>
  33. }
  34.  
  35. // *******  L I G H T S *******
  36. light_source {   // Light1
  37.   <10.820, -8.500, 10.316>
  38.   color rgb <1.000, 1.000, 1.000>
  39. }
  40.  
  41.  
  42. //
  43. // ********  T E X T U R E S  *******
  44. //
  45.  
  46. #include "football.INC"
  47.  
  48. // ********  O B J E C T S *******
  49. object {   // Sphere001
  50.   sphere {<0,0,0>,1}
  51.   texture {
  52.     Football
  53.   }
  54.   scale <1.500000, 1.500000, 2.500000>
  55. }
  56.  
  57.