| Home | Download | Screen shots | Discussion | Documentation |
|---|

Public Member Functions | |
| billboard_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
| Construct. | |
| virtual | ~billboard_node () throw () |
| Destroy. | |
Static Public Member Functions | |
| static const mat4f | billboard_to_matrix (const billboard_node &node, const mat4f &modelview) |
| Get the bounding box transformation matrix. | |
Private Member Functions | |
| virtual void | do_render_child (openvrml::viewer &viewer, rendering_context context) |
| Render the node. | |
Private Attributes | |
| exposedfield< sfvec3f > | axis_of_rotation_ |
| axisOfRotation exposedField. | |
| viewer::object_t | xformObject |
| Handle for the renderer. | |
Friends | |
| class | billboard_class |
| Class object for Billboard nodes. | |
|
||||||||||||
|
Construct.
|
|
|
Destroy.
|
|
||||||||||||
|
Get the bounding box transformation matrix.
|
|
||||||||||||
|
Render the node.
Reimplemented from openvrml::vrml97_node::group_node. |
|
|
Class object for Billboard nodes.
|
|
|
axisOfRotation exposedField.
|
|
|
Handle for the renderer.
|