#include <graph3d.h>
Public Types | |
enum | { VM_WORLDSPACE, VM_VIEWSPACE } |
Type of vertices supplied. More... | |
Public Attributes | |
iPolygonBuffer* | polybuf |
Polygon buffer. | |
bool | do_fog |
UInt | mixmode |
Mixmode. | |
int | clip_portal |
Clip to portal? One of CS_CLIP_???. | |
int | clip_plane |
Clip to near plane? One of CS_CLIP_???. | |
int | clip_z_plane |
Clip to z plane? One of CS_CLIP_???. | |
bool | do_mirror |
Consider polygon vertices in anti-clockwise order if true. | |
enum G3DPolygonMesh:: { ... } | vertex_mode |
Type of vertices supplied. | |
G3DFogInfo* | vertex_fog |
Information for fogging the vertices. |
In theory this function is capable of:
|
Type of vertices supplied.
|