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

  1. viewpoint {
  2.    from <0,5,-10>
  3.    at <0,1.5,0>
  4.    up <0,1,0>
  5.    angle 35
  6.    resolution 160, 120
  7.    aspect 4/3
  8.    }
  9.  
  10. background white
  11. light <-10,10, -10>
  12. light < 10,10, -10>
  13.  
  14. include "..\colors.inc"
  15.  
  16. object {
  17.    parabola <0, 4, 0>, <0, -1, 0>, 2
  18.    shiny_red
  19.    }
  20.  
  21.