Uses of Class
org.web3d.vrml.scripting.ecmascript.x3d.Scene
Packages that use Scene
-
Uses of Scene in org.web3d.vrml.scripting.ecmascript.x3d
Methods in org.web3d.vrml.scripting.ecmascript.x3d that return SceneModifier and TypeMethodDescriptionBrowser.jsFunction_createX3DFromString
(String vrmlSyntax) Parse the given string and turn this into a list of VRML nodes.Browser.jsFunction_createX3DFromURL
(MFString url) Create and load VRML from the given URL and place the returned values as nodes into the given VRML node in the scene.Methods in org.web3d.vrml.scripting.ecmascript.x3d with parameters of type SceneModifier and TypeMethodDescriptionvoid
Browser.jsFunction_replaceWorld
(Scene scene) Replace the current world with the given nodes.