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 TypeInterfaceDescriptioninterface
Abstract representation of a complete scene in VRML.Methods in org.web3d.vrml.nodes with parameters of type BasicSceneModifier and TypeMethodDescriptionvoid
VRMLWorldRootNodeType.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 TypeClassDescriptionclass
Implementation of theBasicScene
interface 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 TypeMethodDescriptionvoid
ProtoScene.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 TypeClassDescriptionclass
A 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 TypeMethodDescriptionvoid
BaseLayerSensorManager.loadScene
(BasicScene scene) Load the contents of this scene into the sensor manager.void
DefaultSensorManager.loadScene
(BasicScene scene) Load the contents of this scene into the sensor manager.void
BaseLayerSensorManager.unloadScene
(BasicScene scene) UnLoad the contents of this scene into the sensor manager.void
DefaultSensorManager.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 TypeMethodDescriptionvoid
BaseWorldRoot.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 TypeMethodDescriptionvoid
DefaultPickingManager.loadScene
(BasicScene scene) Load the contents of this scene into the sensor manager.void
DefaultPickingManager.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 BasicScene
X3DExecutionContext.scene
The 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 TypeClassDescriptionclass
A representation of a complete scene in VRML.Fields in org.web3d.vrml.scripting.sai declared as BasicSceneModifier and TypeFieldDescriptionprotected BasicScene
BaseExecutionContext.scene
The basic scene type -
Uses of BasicScene in org.xj3d.core.eventmodel
Methods in org.xj3d.core.eventmodel with parameters of type BasicSceneModifier and TypeMethodDescriptionvoid
LayerSensorManager.loadScene
(BasicScene scene) Load the contents of this scene into the sensor manager.void
PickingManager.loadScene
(BasicScene scene) Load the contents of this scene into the sensor manager.void
SensorManager.loadScene
(BasicScene scene) Load the contents of this scene into the sensor manager.void
LayerSensorManager.unloadScene
(BasicScene scene) UnLoad the contents of this scene into the sensor manager.void
PickingManager.unloadScene
(BasicScene scene) Unload the contents of this scene into the sensor manager.void
SensorManager.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 TypeMethodDescriptionvoid
ContentLoadManager.queueSceneLoad
(BasicScene scene) Start loading the contents of the given scene.void
ContentLoadManager.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 TypeMethodDescriptionvoid
AbstractLoadManager.queueSceneLoad
(BasicScene scene) Start loading the contents of the given scene.void
AbstractLoadManager.stopSceneLoad
(BasicScene scene) Stop the named scene from loading.