#include <vrmltypes.h>
Collaboration diagram for billboard_fields_:
The Billboard node is formally defined as:
Billboard { eventIn MFNode addChildren eventIn MFNode removeChildren exposedField SFVec3f axisOfRotation 0 1 0 # (-,) exposedField MFNode children [] field SFVec3f bboxCenter 0 0 0 # (-,) field SFVec3f bboxSize -1 -1 -1 # (0,) or -1,-1,-1 }
We use the node child field for storing children data, so the children field in this struct is omitted.
Data Fields | |
sfvec3f | bboxCenter |
The center of the bounding box enclosing the Billboard. | |
sfvec3f | bboxSize |
The size of the bounding box enclosing the Billboard. | |
sfvec3f | axisOfRotation |
The axis of rotation of the Billboard. |
|
The axis of rotation of the Billboard.
|
|
The center of the bounding box enclosing the Billboard.
|
|
The size of the bounding box enclosing the Billboard.
|