home *** CD-ROM | disk | FTP | other *** search
/ ANews 3 / AnewsCD3.iso / atari / GRAPHX / POV / 68030.060 / POV31G30 / POVRAY_3.1G / SCENES / OBJECTS / PRISM3.INC < prev    next >
Text File  |  1999-10-30  |  277b  |  15 lines

  1.  camera {
  2.    location <-10, 10, -10>
  3.    right 4/3 * x
  4.    up z
  5.    look_at <0, 0, 0>
  6.    angle 20
  7.  }
  8.  
  9.  light_source { <0, 50, 10> rgb 0.7 }
  10.  light_source { <-30, 20, -50> rgb 0.7 }
  11.  light_source { <30, 20, -20> rgb 0.7 }
  12.  
  13.  plane { y, -1 pigment { color rgb 0.7 } }
  14.  
  15.