#include <vrmltypes.h>
Collaboration diagram for group_fields_:
The Group node is formally defined as:
Group { eventIn MFNode addChildren eventIn MFNode removeChildren exposedField MFNode children [] field SFVec3f bboxCenter 0 0 0 # (-infinite, infinite) field SFVec3f bboxSize -1 -1 -1 # (0,infinite) 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 Group. | |
sfvec3f | bboxSize |
The size of the bounding box enclosing the Group. |
|
The center of the bounding box enclosing the Group.
|
|
The size of the bounding box enclosing the Group.
|