home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / povshell / plane.tpl < prev    next >
Text File  |  1994-01-17  |  364b  |  14 lines

  1. plane {
  2.   <  ,  ,  >,
  3.   pigment {
  4.  
  5.   }//end pigment
  6. }//end plane
  7.  
  8. /The object defined here is an infinite plane. The vector <0, 1, 0> is the
  9. //surface normal of the plane (i.e., if you were standing on the surface, the
  10. //normal points straight up.) The number afterward is the distance that the
  11. //plane is displaced along the normal from the origin
  12.  
  13.  
  14.