home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / Amiga / pov / pov3.0 / pov3c.lha / POVRAY3 / POV3DEMO / ANIM / DIFFUSE / STDCAM.INC < prev   
Text File  |  1996-11-07  |  243b  |  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 70
  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.