Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for Sphere:
Public Methods | |
Sphere (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. | |
virtual | ~Sphere () 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 | |
SFFloat | radius |
radius field. | |
BSphere | bsphere |
Bounding volume. | |
Friends | |
class | SphereClass |
Class object for Sphere instances. |
|
Constructor.
|
|
Destructor.
|
|
Get the bounding volume.
Reimplemented from Node. |
|
Insert this geometry into
Implements GeometryNode. |
|
Class object for Sphere instances.
|
|
Bounding volume.
|
|
radius field.
|