| 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. | |
| openvrml::vrml97_node::billboard_node::billboard_node | ( | const node_type & | type, | |
| const boost::shared_ptr< openvrml::scope > & | scope | |||
| ) |
| openvrml::vrml97_node::billboard_node::~billboard_node | ( | ) | throw () [virtual] |
Destroy.
| const mat4f openvrml::vrml97_node::billboard_node::billboard_to_matrix | ( | const billboard_node & | node, | |
| const mat4f & | modelview | |||
| ) | [static] |
Get the bounding box transformation matrix.
| node | a pointer to a billboard_node. | |
| modelview | input ModelView transformation matrix. |
| void openvrml::vrml97_node::billboard_node::do_render_child | ( | openvrml::viewer & | viewer, | |
| rendering_context | context | |||
| ) | [private, virtual] |
openvrml::vrml97_node::billboard_node::billboard_class [friend] |
Class object for Billboard nodes.
axisOfRotation exposedField.
Handle for the renderer.