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

  1. // Generic Polyray input File
  2. // Polyray input file: Alexander Enzmann
  3.  
  4. // Set up the camera
  5. viewpoint {
  6.    from <2,4,-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 <-10, 20, -20>
  15. light < -40, 40, 80>
  16.  
  17. include "../colors.inc"
  18. include "../texture.inc"
  19.  
  20. object {
  21.    sphere <0, 0, 0>, 1
  22.    dark_wooden { scale <0.5,0.5,0.5> }
  23.    translate <0, 1, 0>
  24.    }
  25.  
  26. object {
  27.    box <-3, -0.5, -3>, <3, 0, 3>
  28.    bumpy_silver
  29.    }
  30.