home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1995 January / pcw-0195.iso / polyray / dat / texture / splash2.pi < prev    next >
Text File  |  1994-12-31  |  424b  |  22 lines

  1. // Generic Polyray input File
  2. // Polyray input file: Alexander Enzmann
  3.  
  4. // Set up the camera
  5. viewpoint {
  6.    from <0,4,-10>
  7.    at <0,0,0>
  8.    up <0,1,0>
  9.    angle 20
  10.    resolution 256, 256
  11.    }
  12.  
  13. background midnight_blue
  14. light <-10, 8, -10>
  15. light < 10, 8, -10>
  16.  
  17. include "../colors.inc"
  18. include "../texture.inc"
  19.  
  20. object { sphere <0, 0, 0>, 1 splash1 }
  21. object { disc <0, -1.001, 0>, <0, 1, 0>, 1000 splash1 }
  22.