CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

G3DPolygonDP Struct Reference
[3D]

Structure containing all info needed by DrawPolygon (DP). More...

#include <graph3d.h>

Inheritance diagram for G3DPolygonDP:

G3DPolygonDFP List of all members.

Public Attributes

G3DFogInfo fog_info [100]
 Extra optional fog information. More...

bool use_fog
 Use fog info? More...

iMaterialHandlemat_handle
 The material handle as returned by iTextureManager. More...

G3DTexturePlane plane
 Transformation matrices for the texture. @ BAD NAME. More...

iPolygonTexturepoly_texture
 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...


Detailed Description

Structure containing all info needed by DrawPolygon (DP).

Definition at line 192 of file graph3d.h.


Member Data Documentation

bool G3DPolygonDP::do_fullbright
 

Draw fullbright?

Definition at line 209 of file graph3d.h.

G3DFogInfo G3DPolygonDP::fog_info[100]
 

Extra optional fog information.

Definition at line 195 of file graph3d.h.

iMaterialHandle* G3DPolygonDP::mat_handle
 

The material handle as returned by iTextureManager.

Definition at line 200 of file graph3d.h.

uint G3DPolygonDP::mixmode
 

Mixmode to use. If CS_FX_COPY then no mixmode is used.

Definition at line 212 of file graph3d.h.

G3DTexturePlane G3DPolygonDP::plane
 

Transformation matrices for the texture. @ BAD NAME.

@

Definition at line 203 of file graph3d.h.

iPolygonTexture* G3DPolygonDP::poly_texture
 

Handle to lighted textures (texture + lightmap).

Definition at line 206 of file graph3d.h.

bool G3DPolygonDP::use_fog
 

Use fog info?

Definition at line 197 of file graph3d.h.

float G3DPolygonDP::z_value
 

Z value (in camera space) of vertex[0].

Definition at line 215 of file graph3d.h.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14