Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::vrml97_node::billboard_node:
Public Member Functions | |
billboard_node (const node_type &type, const scope_ptr &scope) | |
Construct. | |
virtual | ~billboard_node () throw () |
Destroy. | |
virtual void | render (openvrml::viewer &viewer, rendering_context context) |
Render the node. | |
Static Public Member Functions | |
const mat4f | billboard_to_matrix (const billboard_node &node, const mat4f &modelview) |
Get the bounding box transformation matrix. | |
Private Member Functions | |
void | process_set_axisOfRotation (const field_value &value, double timestamp) throw (std::bad_cast) |
set_axisOfRotation eventIn handler. | |
Private Attributes | |
sfvec3f | axisOfRotation |
axisOfRotation exposedField. | |
viewer::object_t | xformObject |
Handle for the renderer. | |
Friends | |
class | billboard_class |
Class object for Billboard nodes. |
|
Construct.
|
|
Get the bounding box transformation matrix.
|
|
set_axisOfRotation eventIn handler.
|
|
Render the node.
Reimplemented from openvrml::vrml97_node::group_node. |