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

  1. // Generic Polyray input File
  2. // Polyray input file: Alexander Enzmann
  3.  
  4. // Set up the camera
  5. viewpoint {
  6.    from < 6, 20, -30>
  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. object {
  18.    height_field "maze2.tga" 
  19.    translate <-0.5, 0, -0.5>
  20.    scale <30, 0.01, 30>
  21.    shiny_red
  22.    }
  23.