Node: Inline

X3D: 3.3
Component: Networking
Status:
fully implemented

Quick Links

➨ Fields

Inline is a Grouping node that can load nodes from another X3D scene via url.

HTML Encoding and Default Values

<Inline bboxCenter='0,0,0' bboxSize='-1,-1,-1' children='X3DChildNode' contentType='""' description='[]' load='true' mapDEFToID='false' metadata='X3DMetadataObject' nameSpaceName='[]' render='true' url='[]' visible='true' ></Inline>

Fields

These are the X3D / X3DOM fields of this node. Values should usually be received / set as strings via DOM functions (i.e., using setAttribute("myFieldName", "myFieldValue") and getAttribute("myFieldName")).
Name Type Default Value Range Inheritance Standard Description
bboxCenter SFVec3f 0,0,0 [-inf, inf] Grouping/X3DBoundedObject Center of the bounding box
bboxSize SFVec3f -1,-1,-1 [0, inf] or -1 Grouping/X3DBoundedObject Size of the bounding box
children MFNode X3DChildNode Grouping/X3DGroupingNode Grouping nodes have a field that contains a list of children nodes. Each grouping node defines a coordinate space for its children. This coordinate space is relative to the coordinate space of the node of which the group node is a child. Such a node is called a parent node. This means that transformations accumulate down the scene graph hierarchy.
contentType SFString "" ["", "model/x3d+xml", "model/x3d+json", "model/gltf+json", "model/gltf-binary"] Specifies the content type of the resource.
description SFString [] The description field specifies a textual description. This may be used by browser-specific user interfaces that wish to present users with more detailed information.
load SFBool true Specifies whether the X3D file specified by the url field is loaded. TRUE: load immediately (it's also possible to load the URL at a later time by sending a TRUE event to the load field); FALSE: no action is taken (by sending a FALSE event to the load field of a previously loaded Inline, the contents of the Inline will be unloaded from the scene graph)
mapDEFToID SFBool false Specifies whether the DEF value is used as id when no other id is set.
metadata SFNode X3DMetadataObject Core/X3DNode Field to add metadata information
nameSpaceName MFString [] Specifies the namespace of the Inline node.
render SFBool true Grouping/X3DBoundedObject Flag to enable/disable rendering
url MFString [] Each specified URL shall refer to a valid X3D file that contains a list of children nodes, prototypes and routes at the top level. Hint: Strings can have multiple values, so separate each string by quote marks. Warning: strictly match directory and filename capitalization for http links!
visible SFBool true Grouping/X3DBoundedObject Flag to enable/disable rendering, alias for render