#include <wirefrm.h>
Inheritance diagram for csWfPolygon:
Public Methods | |
csWfPolygon () | |
virtual | ~csWfPolygon () |
void | SetVertexCount (int n) |
int | GetVertexCount () |
void | SetVertex (int i, csVector3 &v) |
void | SetVisColor (csWfColor *vcol) |
Set the prefered color for the visibility lines. | |
void | Prepare () |
This function should be called after all vertices have been set. | |
bool | IsVisible (csCamera *camera) |
Return true if object is visible from a given camera. | |
virtual void | Draw (iGraphics3D *g, csCamera *c, int ortho=WF_ORTHO_PERSP) |
Draw this object given a camera. |