home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / raytrace / polyray / dat / misc / teapot.pi < prev    next >
Encoding:
Text File  |  1994-01-23  |  549 b   |  28 lines

  1. // Generic Polyray input File
  2. // Polyray input file: Alexander Enzmann
  3.  
  4. // Set up the camera
  5. viewpoint {
  6.    from <0, 5, -5>
  7.    at   <0, 0,  0>
  8.    up   <0, 1,  0>
  9.    angle 30
  10.    resolution 512, 512
  11.    }
  12.  
  13. include "../colors.inc"
  14.  
  15. // Set up background color & lights
  16. background black
  17. light <10, 10, -20>
  18.  
  19. // Get the definition of a teapot
  20. include "teapot.inc"
  21.  
  22. teapot { rotate <0, 20, 0> scale <0.4, 0.4, 0.4> reflective_green }
  23.  
  24. object {
  25.    disc <0, 0, 0>, <0, 1, 0>, 20
  26.    texture { checker matte_white, matte_black }
  27.    }
  28.