home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / povray3a / POV3Demo / Anim / Reflect / inc / StdCam
Text File  |  1996-07-04  |  251b  |  11 lines

  1. // Persistence Of Vision raytracer version 3.0 sample file.
  2. camera {
  3.     location <-2.0, 2, -5.25>
  4.     right x*1.3333
  5.     angle 70
  6.     look_at <-0.75, -0.5, 0>
  7. }
  8.  
  9. light_source { <20, 20, -25> rgb 1 }
  10. plane { y, 0  pigment { checker Plum,Yellow*0.85}}
  11.