tankg2.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. slider 21 19
  14. #vertex list
  15. -30 50 -90
  16.  30 50 -90
  17.  20 20  40
  18. -20 20  40
  19. -20 20 -80
  20.  20 20 -80
  21. -20 60 -50
  22.  20 60 -50
  23. -25 50 -30
  24.  25 50 -30
  25. -40 30 -100
  26. -30 10 100
  27. -70 0 -30
  28. -70 0 -80
  29. 40 30 -100
  30. 70 0 -80
  31. 70 0 -30
  32. 30 10 100
  33. 0 70 -70
  34. 0 70 20
  35. 0 90 -100
  36. #end vertex list
  37. #poly list
  38. 0xc0f0 3 1 9 2
  39. 0xc0f0 3 5 1 2
  40. 0xc0f0 3 4 0 1
  41. 0xc0f0 3 5 4 1
  42. 0xc0f0 3 3 8 0
  43. 0xc0f0 3 4 3 0
  44. 0xc0f0 3 8 3 2
  45. 0xc0f0 3 9 8 2
  46. 0xc0f0 3 9 7 6
  47. 0xc0f0 3 8 9 6
  48. 0xc0f0 3 7 1 0
  49. 0xc0f0 3 6 7 0
  50. 0xc0f0 3 8 6 0
  51. 0xc0f0 3 7 9 1
  52. 0xd0f0 3 12 11 10
  53. 0xd0f0 3 13 12 10
  54. 0xd0f0 3 16 15 14
  55. 0xd0f0 3 17 16 14
  56. 0x90f0 3 18 19 20
  57. #end poly list