towerg1.plg
上传用户:husern
上传日期:2018-01-20
资源大小:42486k
文件大小:1k
源码类别:

游戏

开发平台:

Visual C++

  1. # begin plg/plx file
  2. # define PLX_COLOR_MODE_RGB_FLAG     0x8000   // this poly uses RGB color
  3. # define PLX_COLOR_MODE_INDEXED_FLAG 0x0000   // this poly uses an indexed 8-bit color 
  4. # define PLX_2SIDED_FLAG              0x1000   // this poly is double sided
  5. # define PLX_1SIDED_FLAG              0x0000   // this poly is single sided
  6. # define PLX_SHADE_MODE_PURE_FLAG      0x0000  // this poly is a constant color
  7. # define PLX_SHADE_MODE_CONSTANT_FLAG  0x0000  // alias
  8. # define PLX_SHADE_MODE_FLAT_FLAG      0x2000  // this poly uses flat shading
  9. # define PLX_SHADE_MODE_GOURAUD_FLAG   0x4000  // this poly used gouraud shading
  10. # define PLX_SHADE_MODE_PHONG_FLAG     0x6000  // this poly uses phong shading
  11. # define PLX_SHADE_MODE_FASTPHONG_FLAG 0x6000  // this poly uses phong shading (alias)
  12. # name num_verts num_polys
  13. tower 16 18
  14. #vertex list
  15. -10 60 -10
  16.  10 60 -10
  17.  10 60 10
  18. -10 60 10
  19. -10 0 -10
  20.  10 0 -10
  21.  10 0 10
  22. -10 0 10
  23. -15 70 15
  24. -15 70 -15
  25.  15 70 -15
  26.  15 70 15
  27. -15 60 -15
  28.  15 60 -15
  29.  15 60 15
  30. -15 60 15
  31. #end vertex list
  32. #poly list
  33. 0xcfff 3 5 4 0 
  34. 0xcfff 3 1 5 0
  35. 0xcfff 3 6 5 1 
  36. 0xcfff 3 2 6 1
  37. 0xcfff 3 7 6 2 
  38. 0xcfff 3 3 7 2
  39. 0xcfff 3 7 3 0 
  40. 0xcfff 3 4 7 0
  41. 0xcfff 3 13 12 9 
  42. 0xcfff 3 10 13 9
  43. 0xcfff 3 14 13 10 
  44. 0xcfff 3 11 14 10
  45. 0xcfff 3 15 14 11 
  46. 0xcfff 3 8  15 11
  47. 0xcfff 3 12 15 8 
  48. 0xcfff 3 9 12 8
  49. 0xcfff 3 13 14 15 
  50. 0xcfff 3 12 13 15
  51. #end poly list