22#ifndef _SO_BILLBOARD_H_
23#define _SO_BILLBOARD_H_
38 class SoBillboardTransform;
147 virtual void doAction(
SoAction *action);
154 static void initClass();
155 static void exitClass();
164 void commonConstructor(
const int nChildren);
166 inventor::node::SoBillboardTransform* m_billboardTransform;
169 static bool s_extraBboxActivated;
#define SO_NODE_HEADER(className)
Abstract base class for all actions.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Grouping node th...
SoSFBool useSphereBBox
Specifies if the bounding box returned by SoBillboard::getBoundingBox() method should be extended to ...
SoBillboard()
Constructor.
SoBillboard(int nChildren)
Constructor that takes approximate number of children.
SoSFVec3f axisOfRotation
Specifies which axis to use to perform the rotation.
Performs a generic traversal of a scene graph or path.
Renders a scene graph using Open Inventor's Render Engine.
Computes bounding box of a scene.
Intersects objects with a ray cast into scene.
Field containing a single Boolean value.
Field containing a three-dimensional vector.
Group node that saves and restores traversal state.