home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / _pov_dat / rex5 / rex5.pov < prev    next >
Text File  |  1993-01-19  |  649b  |  39 lines

  1. //----- Rex                  Miller 1/10/93
  2.  
  3. #include "colors.inc"
  4. #include "shapes.inc"
  5. #include "shapes2.inc"
  6. #include "rextex.inc"
  7. #include "gun.inc"
  8. #include "hand.inc"
  9. #include "head.inc"
  10. #include "body.inc"
  11. #include "world.inc"
  12. #include "slug.inc"
  13.  
  14.  
  15.  
  16.  
  17.  
  18. max_trace_level 4
  19.  
  20. camera {
  21.   location <0 800 -4000> 
  22.   direction <0 0 1.4>
  23.   up <0 1 0> 
  24.   right <1.3333 0 0>
  25.   look_at <-500 780 0>
  26.  }
  27.  
  28.  
  29. //-------light
  30. object { light_source { <1000 910 -3000> color Scarlet } }
  31.  
  32. //-------light
  33. object { light_source { <-4000 10000 -9000> color White } }
  34.  
  35. //-------light
  36. object { light_source { <0 2000 -6000> color White } }
  37.  
  38.  
  39.