Interface Inline

All Superinterfaces:
X3DBoundedObject, X3DChildNode, X3DNode, X3DUrlObject
All Known Implementing Classes:
Inline

public interface Inline extends X3DChildNode, X3DBoundedObject, X3DUrlObject
Inline can load another X3D or VRML model into the current scene via url.

Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes. X3D node tooltip: [X3DGroupingNode,X3DBoundedObject,X3DUrlObject,X3DVisibleObject] Inline can load another X3D or VRML model into the current scene via url. Inline is an X3DBoundedObject node that has bounding-box dimensions. Hint: (X3D version 4.0 draft) support includes .gltf and .glb <a href="https://www.khronos.org/gltf" target="_blank">https://www.khronos.org/gltf</a> <a href="https://en.wikipedia.org/wiki/glTF" target="_blank">https://en.wikipedia.org/wiki/glTF</a> Hint: you cannot ROUTE values into an Inline scene, use IMPORT/EXPORT (or ExternProtoDeclare and ProtoInstance) instead. Hint: X3D Scene Authoring Hints, Inlines and Prototypes <a href="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#InlinesPrototypes" target="_blank">https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#InlinesPrototypes</a> Hint: when parent node is LoadSensor, apply containerField='children' (X3Dv4) or containerField='watchList' (X3Dv3). <a href="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#fieldNameChanges" target="_blank">https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#fieldNameChanges</a> *


Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also: