home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / RAYTRACE / _POV_DAT / FROGG / EYEBALL.INC next >
Encoding:
Text File  |  1993-03-29  |  332 b   |  18 lines

  1. //This is an eyeball
  2.  
  3. #declare Eyeball=
  4.   composite {
  5.     object {
  6.       sphere {<-0.05219 0.05219 0> 2}
  7.       texture {YourTexture}
  8.     }
  9.     object {
  10.       sphere {<-0.57411 0.05219 0> 1.65}
  11.       texture {color White}
  12.     }
  13.     object {
  14.       sphere {<-1.3048 0.15658 0> 1}
  15.       texture {color Black}
  16.     }
  17.   }
  18.