#include <ivf/IvfBillboard.h>
Inheritance diagram for CIvfBillboard:
Public Member Functions | |
CIvfBillboard () | |
virtual | ~CIvfBillboard () |
IvfClassInfo ("CIvfBillboard", CIvfComposite) | |
void | setCamera (CIvfCamera *camera) |
void | setBillboardType (int type) |
int | getBillboardType () |
void | setAlignObject (int objectType) |
void | setVector (double *v) |
void | setVector (double vx, double vy, double vz) |
Protected Member Functions | |
virtual void | createGeometry () |
CIvfBase handles an object that is pointed at the viewer or against a specified vector
Definition at line 48 of file IvfBillboard.h.
|
CIvfBillboard constructor |
|
CIvfBillboard destructor |
|
Forces an object recalculation. Reimplemented from CIvfComposite. |
|
Return current billboard type |
|
Set alignment object type IVF_ALIGN_CAMERA - Object is aligned against camera IVF_ALIGN_VECTOR - Object is aligned against a vector |
|
Set billboard type IVF_BILLBOARD_Y - Rotate around global Y-axis IVF_BILLBOARD_X - Rotate around global X-axis IVF_BILLBOARD_XY - Rotate around X- and Y-axis |
|
Assign the camera used to align the object. |
|
Set alignment vector |
|
Set alignment vector |