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

  1. viewpoint {
  2.    from <0,10,-15>
  3.    at <0,1.5,0>
  4.    up <0,1,0>
  5.    angle 30
  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.    polygon 5, <-5, 0, -2>, <-5, 0, 5>, <0, 0, 2>,
  18.           <5, 0, 5>, <5, 0, -2>
  19.    texture {
  20.       checker shiny_red, shiny_blue
  21.       scale <2, 1, 2>
  22.       }
  23.    }
  24.  
  25.