X3D Inline
Tag Name
Inline • Example
Tag Description
Provides a way to embed external X3D resources into an X3D scene.
Component
Component
Tag Attributes
load
Field Type: SFBool
Access Type: inputOutput
Default Value: TRUE
Value Range: ...
Description: Specifies whether an external resource is loaded immediately.
bboxSize
Field Type: SFVec3f
Access Type: initializeOnly
Default Value: -1 -1 -1
Value Range: (0, ∞) or -1 -1 -1
Description: A hint to the browser and could be used for optimization purposes such as culling.
bboxCenter
Field Type: SFVec3f
Access Type: initializeOnly
Default Value: 0 0 0
Value Range: -∞, ∞
Description: A hint to the browser and could be used for optimization purposes such as culling.
url
Field Type: MFString
Access Type: inputOutput
Default Value: Empty Array
Value Range: URI
Description: The URI of an X3D resource.
metadata
Field Type: SFNode
Access Type: inputOutput
Default Value: NULL
Value Range: X3DMetadataObject
Description: Information about this node.