home *** CD-ROM | disk | FTP | other *** search
/ Black Art of 3D Game Programming / Black_Art_of_3D_Game_Programming.iso / source / borland / chap_17 / pyramid.plg < prev    next >
Encoding:
Text File  |  1995-04-06  |  204 b   |  22 lines

  1.  
  2. pyramid 5 5
  3.  
  4. ; vertex list
  5.  
  6.  
  7. 0 25 0
  8. -20 -10 20
  9. 20 -10 20
  10. 20 -10 -20
  11. -20 -10 -20
  12.  
  13. ; polygon list
  14.  
  15. 0x102f  3 0 1 2
  16. 0x102f  3 0 2 3
  17. 0x102f  3 0 3 4
  18. 0x102f  3 0 4 1
  19. 0x102f  4 1 4 3 2
  20.  
  21.  
  22.