home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1995 January / pcw-0195.iso / polyray / dat / animate / ufo / crater.pi next >
Encoding:
Text File  |  1994-12-31  |  530 b   |  31 lines

  1. define increment 0.5
  2.  
  3. define view_from <0, 100, -150>
  4. define view_ang 60
  5. define view_at <0, 5, 0>
  6.  
  7. viewpoint {
  8.    from  view_from
  9.    at view_at
  10.    up <0, 1, 0>
  11.    angle view_ang
  12.    resolution 160, 100
  13.    aspect 4/3
  14.    }
  15.  
  16. light 0.8*white, <1000, 2000, -1000>
  17.  
  18. // Get various surface finishes
  19. include "..\..\colors.inc"
  20.  
  21. background midnightblue
  22.  
  23. object {
  24.    height_field "crater2.jpg"
  25.    translate <-0.5, 0, -0.5>
  26.    rotate <0, 0, 0>
  27.    scale <256, 0.04, 256>
  28.    rotate <-30, 0, 0>
  29.    matte_white
  30.    }
  31.