home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / varia / povray3 / povray3_fpu / pov3demo / anim / speclr / stdcam.inc < prev   
Text File  |  1997-12-12  |  233b  |  11 lines

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