home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 November / PCWorld_1999-11_cd.bin / Software / Servis / PovRay / povwin3.exe / %MAINDIR% / scenes / objects / prism3.inc < prev    next >
Encoding:
Text File  |  1999-10-05  |  277 b   |  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.