Home | Download | Screen shots | Discussion | Documentation |
---|
Public Member Functions | |
shape_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
Construct. | |
virtual | ~shape_node () throw () |
Destroy. | |
virtual bool | modified () const |
Determine whether the node has been modified. | |
virtual const openvrml::bounding_volume & | bounding_volume () const |
Get the bounding volume. | |
Private Member Functions | |
virtual void | do_render_child (openvrml::viewer &viewer, rendering_context context) |
Render the node. | |
Private Attributes | |
exposedfield< sfnode > | appearance_ |
appearance exposedField. | |
exposedfield< sfnode > | geometry_ |
geometry exposedField. | |
viewer::object_t | viewerObject |
A reference to the node's previously used rendering data. | |
Friends | |
class | shape_class |
Class object for Shape instances. |
|
Construct.
|
|
Destroy.
|
|
Determine whether the node has been modified.
Reimplemented from openvrml::node. |
|
Get the bounding volume.
Reimplemented from openvrml::node. |
|
Render the node.
Reimplemented from openvrml::child_node. |
|
Class object for Shape instances.
|
|
appearance exposedField.
|
|
geometry exposedField.
|
|
A reference to the node's previously used rendering data. If supported by the Viewer implementation, this member holds a reference to the node's rendering data once the node has already been rendered once. The intent is to capitalize on USE references in the VRML scene graph. |