#include <graph3d.h>
Public Methods | |
G3DPolygonDPFX () | |
Public Attributes | |
int | num |
Current number of vertices. | |
G3DTexturedVertex | vertices [100] |
Vertices that form the polygon. | |
G3DFogInfo | fog_info [100] |
Extra optional fog information. | |
bool | use_fog |
Use fog info? | |
iMaterialHandle* | mat_handle |
The material handle as returned by iTextureManager. | |
UInt | mixmode |
Mixmode to use. If CS_FX_COPY then no mixmode is used. | |
UByte | flat_color_r |
Use this color for drawing (if txt_handle == NULL) instead of a material. | |
UByte | flat_color_g |
UByte | flat_color_b |