#include <vrmltypes.h>
Collaboration diagram for inline_fields_:
The Inline node is formally defined as:
Inline { exposedField MFString url [] field SFVec3f bboxCenter 0 0 0 # (-infinite, infinite) field SFVec3f bboxSize -1 -1 -1 # (0,infinite) or -1,-1,-1 }
Data Fields | |
sfvec3f | bboxCenter |
The center of the bounding box enclosing the Inline. | |
sfvec3f | bboxSize |
The size of the bounding box enclosing the Inline. | |
mfstring | url |
The url field specifies the URL containing the children. | |
bool | fetched |
A boolean telling if the url was fetched. |
|
The center of the bounding box enclosing the Inline.
|
|
The size of the bounding box enclosing the Inline.
|
|
A boolean telling if the url was fetched.
|
|
The url field specifies the URL containing the children. An Inline node with an empty URL does nothing. Fetched files should be stored into the children fields of the node struct. |