#include <wirefrm.h>
Inheritance diagram for csWfObject:
Public Methods | |
csWfObject () | |
virtual | ~csWfObject () |
void | SetColor (csWfColor *col) |
Set the prefered color. | |
csWfColor* | GetColor () |
csWfObject* | GetNext () |
csWfObject* | GetPrev () |
void | SetNext (csWfObject *ob) |
void | SetPrev (csWfObject *ob) |
virtual void | Draw (iGraphics3D *g, csCamera *c, int ortho=WF_ORTHO_PERSP)=0 |
Draw this object given a camera. | |
bool | Perspective (csCamera *c, csVector3 &v, csVector2 &persp, float radius, float &pradius) |
Do the perspective transform. | |
bool | Orthographic (csCamera *c, int ortho, csVector3 &v, csVector2 &persp) |
Do an orthographic transform. | |
Protected Attributes | |
csWfColor* | color |