- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
tank1.plg
资源名称:Source.rar [点击查看]
上传用户:husern
上传日期:2018-01-20
资源大小:42486k
文件大小:1k
源码类别:
游戏
开发平台:
Visual C++
- # begin plg/plx file
- # define PLX_COLOR_MODE_RGB_FLAG 0x8000 // this poly uses RGB color
- # define PLX_COLOR_MODE_INDEXED_FLAG 0x0000 // this poly uses an indexed 8-bit color
- # define PLX_2SIDED_FLAG 0x1000 // this poly is double sided
- # define PLX_1SIDED_FLAG 0x0000 // this poly is single sided
- # define PLX_SHADE_MODE_PURE_FLAG 0x0000 // this poly is a constant color
- # define PLX_SHADE_MODE_CONSTANT_FLAG 0x0000 // alias
- # define PLX_SHADE_MODE_FLAT_FLAG 0x2000 // this poly uses flat shading
- # define PLX_SHADE_MODE_GOURAUD_FLAG 0x4000 // this poly used gouraud shading
- # define PLX_SHADE_MODE_PHONG_FLAG 0x6000 // this poly uses phong shading
- # define PLX_SHADE_MODE_FASTPHONG_FLAG 0x6000 // this poly uses phong shading (alias)
- # name num_verts num_polys
- slider 21 19
- #vertex list
- -30 50 -90
- 30 50 -90
- 20 20 40
- -20 20 40
- -20 20 -80
- 20 20 -80
- -20 60 -50
- 20 60 -50
- -25 50 -30
- 25 50 -30
- -40 30 -100
- -30 10 100
- -70 0 -30
- -70 0 -80
- 40 30 -100
- 70 0 -80
- 70 0 -30
- 30 10 100
- 0 70 -70
- 0 70 20
- 0 90 -100
- #end vertex list
- #poly list
- 0xdfff 3 2 9 1
- 0xdfff 3 2 1 5
- 0xdfff 3 1 0 4
- 0xdfff 3 1 4 5
- 0xdfff 3 0 8 3
- 0xdfff 3 0 3 4
- 0xdfff 3 2 3 8
- 0xdfff 3 2 8 9
- 0xdfff 3 6 7 9
- 0xdfff 3 6 9 8
- 0xdfff 3 0 1 7
- 0xdfff 3 0 7 6
- 0xdfff 3 0 6 8
- 0xdfff 3 1 9 7
- 0xdfff 3 10 11 12
- 0xdfff 3 10 12 13
- 0xdfff 3 14 15 16
- 0xdfff 3 14 16 17
- 0xdfff 3 20 19 18
- #end poly list