Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for Box:
Public Methods | |
Box (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. | |
virtual | ~Box () throw () |
Destructor. | |
virtual Viewer::Object | insertGeometry (Viewer &viewer, VrmlRenderContext context) |
Insert this geometry into viewer's display list. | |
virtual const BVolume * | getBVolume () const |
Get the bounding volume. | |
Private Attributes | |
SFVec3f | size |
BSphere | bsphere |
Friends | |
class | BoxClass |
|
Constructor.
|
|
Destructor.
|
|
Get the bounding volume.
Reimplemented from Node. |
|
Insert this geometry into
Implements GeometryNode. |