| Home | Download | Screen shots | Discussion | Documentation | Links |
|---|
Inheritance diagram for Billboard:

Public Methods | |
| Billboard (const NodeType &nodeType, const ScopePtr &scope) | |
| Constructor. | |
| virtual | ~Billboard () throw () |
| Destructor. | |
| virtual void | render (Viewer &viewer, VrmlRenderContext context) |
| Render the node. | |
| virtual void | accumulateTransform (Node *) |
| Cache a pointer to (one of the) parent transforms for proper rendering of bindables. | |
| virtual Node * | getParentTransform () |
| virtual void | inverseTransform (VrmlMatrix &) |
Static Public Methods | |
| void | billboard_to_matrix (const Billboard *t_arg, const VrmlMatrix &MV, VrmlMatrix &M) |
Calculate bb transformation matrix and store it in M. | |
Private Methods | |
| void | setAxisOfRotation (const FieldValue &sfvec3f) throw (std::bad_cast) |
| void | processSet_axisOfRotation (const FieldValue &sfvec3f, double timestamp) throw (std::bad_cast) |
| set_axisOfRotation eventIn handler. | |
Private Attributes | |
| SFVec3f | axisOfRotation |
| Node * | parentTransform |
| Viewer::Object | xformObject |
Friends | |
| class | BillboardClass |
|
||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
Cache a pointer to (one of the) parent transforms for proper rendering of bindables.
Reimplemented from Group. |
|
||||||||||||||||
|
Calculate bb transformation matrix and store it in Here we are dealing with VrmlMatrix format (Matrices are stored in row-major order).
|
|
||||||||||||
|
set_axisOfRotation eventIn handler.
|
|
||||||||||||
|
Render the node.
Reimplemented from Group. |