Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::vrml97_node::box_node:
Public Member Functions | |
box_node (const node_type &type, const scope_ptr &scope) | |
Construct. | |
virtual | ~box_node () throw () |
Destroy. | |
virtual viewer::object_t | insert_geometry (openvrml::viewer &viewer, rendering_context context) |
Insert this geometry into viewer's display list. | |
virtual const openvrml::bounding_volume & | bounding_volume () const |
Get the bounding volume. | |
Private Attributes | |
sfvec3f | size |
size field. | |
bounding_sphere | bsphere |
Bounding volume. | |
Friends | |
class | box_class |
Class object for Box nodes. |
|
Construct.
|
|
Get the bounding volume.
Reimplemented from openvrml::node. |
|
Insert this geometry into
Implements openvrml::geometry_node. |