Uses of Interface
org.web3d.x3d.sai.X3DScene
Packages that use X3DScene
-
Uses of X3DScene in org.web3d.sai.util
Methods in org.web3d.sai.util with parameters of type X3DSceneModifier and TypeMethodDescriptionstatic void
Copy the contents of one scene into another.static X3DNode[]
SceneUtils.getPickTargets
(X3DScene scene) Return all the valid pick targets from the argument X3DScene.static boolean
SceneUtils.validateSceneCompatibility
(X3DScene scene, int version_major, int version_minor, ProfileInfo profileInfo, ComponentInfo[] componentInfo) Return whether the argument scene meets the version, profile and component requirements specified. -
Uses of X3DScene in org.web3d.vrml.scripting.external.sai
Methods in org.web3d.vrml.scripting.external.sai that return X3DSceneModifier and TypeMethodDescriptionSAIBrowser.createScene
(ProfileInfo profile, ComponentInfo[] components) SAIBrowser.createX3DFromStream
(String fileParent, InputStream is) SAIBrowser.createX3DFromString
(String string) SAIBrowser.createX3DFromURL
(String[] url) SAIBrowser.importDocument
(Node aDocument) Methods in org.web3d.vrml.scripting.external.sai with parameters of type X3DScene -
Uses of X3DScene in org.web3d.x3d.sai
Methods in org.web3d.x3d.sai that return X3DSceneModifier and TypeMethodDescriptionBrowser.createScene
(ProfileInfo profile, ComponentInfo[] components) Create a new, empty scene that can be used to programmatically fill in new scenes.Browser.createX3DFromStream
(String fileParent, InputStream is) Parse the contents of the stream and interpret it as X3D content.Browser.createX3DFromString
(String x3dString) Parse the given string and turn this into a list of X3D nodes.Browser.createX3DFromURL
(String[] url) Create and load X3D from the given URL.Browser.importDocument
(Node element) A utility request to import a W3C DOM document or document fragment and convert it to an X3D scene.Methods in org.web3d.x3d.sai with parameters of type X3DSceneModifier and TypeMethodDescriptionvoid
Browser.replaceWorld
(X3DScene scene) Replace the current world with the given nodes.