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

  1. viewpoint {
  2.    from <0,5,-14>
  3.    at <0,0,0>
  4.    up <0,1,0>
  5.    angle 45
  6.    resolution 160, 160
  7.    }
  8.  
  9. background <0, 0, 0>
  10. light <-50,10, -5>
  11. light < 10,20, -10>
  12.  
  13. include "..\colors.inc"
  14. include "..\texture.inc"
  15.  
  16. object {
  17.    disc <0, 2, 0>, <0, 1, 0>, 3
  18.    rotate <-50, 10, 0>
  19.    blue_ripple { scale <1, 5, 1> }
  20.    }
  21.  
  22.