G3DPolygonDP Struct Reference
[3D]
Structure containing all info needed by DrawPolygon (DP).
More...
#include <graph3d.h>
Inheritance diagram for G3DPolygonDP:

Public Attributes | |
| G3DFogInfo | fog_info [100] |
| Extra optional fog information. | |
| bool | use_fog |
| Use fog info? | |
| iMaterialHandle * | mat_handle |
| The material handle as returned by iTextureManager. | |
| G3DCam2TextureTransform | cam2tex |
| Transformation matrices for the texture. @ BAD NAME. | |
| csPolyTextureMapping * | texmap |
| Handle to lighted textures (texture + lightmap). | |
| bool | do_fullbright |
| Draw fullbright? | |
| uint | mixmode |
| Mixmode to use. If CS_FX_COPY then no mixmode is used. | |
| float | z_value |
| Z value (in camera space) of vertex[0]. | |
Detailed Description
Structure containing all info needed by DrawPolygon (DP).
Definition at line 500 of file graph3d.h.
Member Data Documentation
|
|
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].
|
The documentation for this struct was generated from the following file:
- ivideo/graph3d.h
Generated for Crystal Space by doxygen 1.2.18
