home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / raytrace / polyray / dat / misc / lego.pi < prev    next >
Encoding:
Text File  |  1994-02-06  |  463 b   |  24 lines

  1. // Generic Polyray input File
  2. // Polyray input file: Alexander Enzmann
  3.  
  4. // Set up the camera
  5. viewpoint {
  6.    from < 6, 8, -8>
  7.    at <0,0,0>
  8.    up <0,1,0>
  9.    angle 45
  10.    resolution 256, 256
  11.    }
  12.  
  13. background <0, 0, 0>
  14. light <-50, 50, -50>
  15. include "..\colors.inc"
  16.  
  17. include "lego.inc"
  18.  
  19. lego_2_2 { shiny_cyan }
  20. lego_3_2 { translate <0, 0, 2> shiny_magenta }
  21. lego_4_2 { translate <-2, 0,-2> shiny_coral }
  22.  
  23. object { disc <0, 0, 0>, <0, 1, 0>, 10 }
  24.