Uses of Interface
org.web3d.vrml.lang.BasicScene
Packages that use BasicScene
Package
Description
-
Uses of BasicScene in org.web3d.vrml.lang
Classes in org.web3d.vrml.lang that implement BasicSceneMethods in org.web3d.vrml.lang that return BasicSceneModifier and TypeMethodDescriptionVRMLExecutionSpace.getContainedScene()Get the contained scene graph that this instance has. -
Uses of BasicScene in org.web3d.vrml.nodes
Subinterfaces of BasicScene in org.web3d.vrml.nodesModifier and TypeInterfaceDescriptioninterfaceAbstract representation of a complete scene in VRML.Methods in org.web3d.vrml.nodes with parameters of type BasicSceneModifier and TypeMethodDescriptionvoidVRMLWorldRootNodeType.setContainedScene(BasicScene scene) Set the scene that is contained by this world, which happens to be an execution space. -
Uses of BasicScene in org.web3d.vrml.nodes.proto
Classes in org.web3d.vrml.nodes.proto that implement BasicSceneModifier and TypeClassDescriptionclassImplementation of theBasicSceneinterface that is used within protos.Methods in org.web3d.vrml.nodes.proto that return BasicSceneModifier and TypeMethodDescriptionProtoInstancePlaceHolder.getContainedScene()Get the contained scene graph that this instance has.Methods in org.web3d.vrml.nodes.proto with parameters of type BasicSceneModifier and TypeMethodDescriptionvoidProtoScene.mergeScene(BasicScene sc) Import the contents of the given scene into this scene. -
Uses of BasicScene in org.web3d.vrml.renderer
Classes in org.web3d.vrml.renderer that implement BasicSceneModifier and TypeClassDescriptionclassA representation of a complete scene in VRML and X3D.Methods in org.web3d.vrml.renderer that return BasicSceneModifier and TypeMethodDescriptionCRProtoInstance.getContainedScene()Get the contained scene graph that this instance has. -
Uses of BasicScene in org.web3d.vrml.renderer.common.input
Methods in org.web3d.vrml.renderer.common.input with parameters of type BasicSceneModifier and TypeMethodDescriptionvoidBaseLayerSensorManager.loadScene(BasicScene scene) Load the contents of this scene into the sensor manager.voidDefaultSensorManager.loadScene(BasicScene scene) Load the contents of this scene into the sensor manager.voidBaseLayerSensorManager.unloadScene(BasicScene scene) UnLoad the contents of this scene into the sensor manager.voidDefaultSensorManager.unloadScene(BasicScene scene) UnLoad the contents of this scene into the sensor manager. -
Uses of BasicScene in org.web3d.vrml.renderer.common.nodes.core
Methods in org.web3d.vrml.renderer.common.nodes.core that return BasicSceneModifier and TypeMethodDescriptionBaseWorldRoot.getContainedScene()Get the contained scene graph that this instance has.Methods in org.web3d.vrml.renderer.common.nodes.core with parameters of type BasicSceneModifier and TypeMethodDescriptionvoidBaseWorldRoot.setContainedScene(BasicScene scene) Set the scene that is contained by this node, which happens to be an execution space. -
Uses of BasicScene in org.web3d.vrml.renderer.common.nodes.geospatial
Methods in org.web3d.vrml.renderer.common.nodes.geospatial that return BasicSceneModifier and TypeMethodDescriptionSceneWrapper.getContainedScene()Get the contained scene graph that this instance has. -
Uses of BasicScene in org.web3d.vrml.renderer.common.nodes.networking
Methods in org.web3d.vrml.renderer.common.nodes.networking that return BasicSceneModifier and TypeMethodDescriptionBaseInline.getContainedScene()Get the contained scene graph that this instance has. -
Uses of BasicScene in org.web3d.vrml.renderer.ogl.input
Methods in org.web3d.vrml.renderer.ogl.input with parameters of type BasicSceneModifier and TypeMethodDescriptionvoidDefaultPickingManager.loadScene(BasicScene scene) Load the contents of this scene into the sensor manager.voidDefaultPickingManager.unloadScene(BasicScene scene) Unload the contents of this scene into the sensor manager. -
Uses of BasicScene in org.web3d.vrml.renderer.ogl.nodes.geospatial
Methods in org.web3d.vrml.renderer.ogl.nodes.geospatial that return BasicScene -
Uses of BasicScene in org.web3d.vrml.scripting.ecmascript.x3d
Fields in org.web3d.vrml.scripting.ecmascript.x3d declared as BasicSceneModifier and TypeFieldDescriptionprotected BasicSceneX3DExecutionContext.sceneThe basic scene typeConstructors in org.web3d.vrml.scripting.ecmascript.x3d with parameters of type BasicSceneModifierConstructorDescriptionExternProtoDeclaration(VRMLExternProtoDeclare decl, BasicScene scene) Construct an ExternProto representation from the given internal representation.ProtoDeclaration(VRMLProtoDeclare decl, BasicScene scene) Construct an ExternProto representation from the given internal representation. -
Uses of BasicScene in org.web3d.vrml.scripting.external.sai
Constructors in org.web3d.vrml.scripting.external.sai with parameters of type BasicSceneModifierConstructorDescriptionSAIExternProtoDeclaration(SAINodeFactory factory, VRMLExternProtoDeclare externProto, BasicScene scene) -
Uses of BasicScene in org.web3d.vrml.scripting.sai
Classes in org.web3d.vrml.scripting.sai that implement BasicSceneModifier and TypeClassDescriptionclassA representation of a complete scene in VRML.Fields in org.web3d.vrml.scripting.sai declared as BasicSceneModifier and TypeFieldDescriptionprotected BasicSceneBaseExecutionContext.sceneThe basic scene type -
Uses of BasicScene in org.xj3d.core.eventmodel
Methods in org.xj3d.core.eventmodel with parameters of type BasicSceneModifier and TypeMethodDescriptionvoidLayerSensorManager.loadScene(BasicScene scene) Load the contents of this scene into the sensor manager.voidPickingManager.loadScene(BasicScene scene) Load the contents of this scene into the sensor manager.voidSensorManager.loadScene(BasicScene scene) Load the contents of this scene into the sensor manager.voidLayerSensorManager.unloadScene(BasicScene scene) UnLoad the contents of this scene into the sensor manager.voidPickingManager.unloadScene(BasicScene scene) Unload the contents of this scene into the sensor manager.voidSensorManager.unloadScene(BasicScene scene) UnLoad the contents of this scene into the sensor manager. -
Uses of BasicScene in org.xj3d.core.loading
Methods in org.xj3d.core.loading with parameters of type BasicSceneModifier and TypeMethodDescriptionvoidContentLoadManager.queueSceneLoad(BasicScene scene) Start loading the contents of the given scene.voidContentLoadManager.stopSceneLoad(BasicScene scene) Stop the named scene from loading. -
Uses of BasicScene in org.xj3d.impl.core.loading
Methods in org.xj3d.impl.core.loading with parameters of type BasicSceneModifier and TypeMethodDescriptionvoidAbstractLoadManager.queueSceneLoad(BasicScene scene) Start loading the contents of the given scene.voidAbstractLoadManager.stopSceneLoad(BasicScene scene) Stop the named scene from loading.