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

Public Member Functions | |
| box_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
| Construct. | |
| virtual | ~box_node () throw () |
| Destroy. | |
| virtual const openvrml::bounding_volume & | bounding_volume () const |
| Get the bounding volume. | |
Private Member Functions | |
| virtual viewer::object_t | do_render_geometry (openvrml::viewer &viewer, rendering_context context) |
Insert this geometry into viewer's display list. | |
Private Attributes | |
| sfvec3f | size |
| size field. | |
| bounding_sphere | bsphere |
| Bounding volume. | |
Friends | |
| class | box_class |
| Class object for Box nodes. | |
|
||||||||||||
|
Construct.
|
|
|
Destroy.
|
|
|
Get the bounding volume.
Reimplemented from openvrml::node. |
|
||||||||||||
|
Insert this geometry into
Reimplemented from openvrml::geometry_node. |
|
|
Class object for Box nodes.
|
|
|
size field.
|
|
|
Bounding volume.
|