CrystalSpace

Public API Reference

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

G3DPolygonDFP Struct Reference
[3D]

Structure containing all info needed by DrawFogPolygon (DFP). More...

#include <graph3d.h>

Inheritance diagram for G3DPolygonDFP:

G3DPolygonDP List of all members.

Public Attributes

int num
 Current number of vertices. More...

csVector2 vertices [100]
 Vertices that form the polygon. More...

csPlane3 normal
 The plane equation in camera space of this polygon. More...


Detailed Description

Structure containing all info needed by DrawFogPolygon (DFP).

Definition at line 419 of file graph3d.h.


Member Data Documentation

csPlane3 G3DPolygonDFP::normal
 

The plane equation in camera space of this polygon.

Definition at line 427 of file graph3d.h.

int G3DPolygonDFP::num
 

Current number of vertices.

Definition at line 422 of file graph3d.h.

csVector2 G3DPolygonDFP::vertices[100]
 

Vertices that form the polygon.

Definition at line 424 of file graph3d.h.


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