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

  1.  
  2. diamond 6 8
  3.  
  4. ; vertex list
  5.  
  6.  
  7. 0 25 0
  8. -20 0 20
  9. 20 0 20
  10. 20 0 -20
  11. -20 0 -20
  12. 0 -25 0
  13.  
  14.  
  15. ; polygon list
  16.  
  17. 0x106f  3 0 1 2
  18. 0x106f  3 0 2 3
  19. 0x106f  3 0 3 4
  20. 0x106f  3 0 4 1
  21.  
  22. 0x106f  3 5 2 1
  23. 0x106f  3 5 3 2
  24. 0x106f  3 5 4 3
  25. 0x106f  3 5 1 4
  26.  
  27.