![]() |
Public API Reference |
#include <graph3d.h>
Inheritance diagram for G3DPolygonDP:
Public Attributes | |
G3DFogInfo | fog_info [100] |
Extra optional fog information. More... | |
bool | use_fog |
Use fog info? More... | |
iMaterialHandle * | mat_handle |
The material handle as returned by iTextureManager. More... | |
G3DCam2TextureTransform | cam2tex |
Transformation matrices for the texture. @ BAD NAME. More... | |
csPolyTextureMapping * | texmap |
Handle to lighted textures (texture + lightmap). More... | |
bool | do_fullbright |
Draw fullbright? More... | |
uint | mixmode |
Mixmode to use. If CS_FX_COPY then no mixmode is used. More... | |
float | z_value |
Z value (in camera space) of vertex[0]. More... |
Definition at line 431 of file graph3d.h.
|
Transformation matrices for the texture. @ BAD NAME. @ |
|
Draw fullbright?
|
|
Extra optional fog information.
|
|
The material handle as returned by iTextureManager.
|
|
Mixmode to use. If CS_FX_COPY then no mixmode is used.
|
|
Handle to lighted textures (texture + lightmap).
|
|
Use fog info?
|
|
Z value (in camera space) of vertex[0].
|