|
Xj3D VRML/X3D Code API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use BasicScene | |
| org.web3d.vrml.lang | Classes and interfaces to represent core components of the language structure. |
| org.web3d.vrml.nodes | Contains the interface definitions for the VRML standard These are seperated into directories based on the proposed X3D profiles mechanism. |
| org.web3d.vrml.nodes.loader | Implementation of a load manager and cache for externally referenced file within a scene. |
| org.web3d.vrml.nodes.proto | Utility classes to load and represent PROTO and EXTERNPROTO nodes. |
| org.web3d.vrml.nodes.runtime | Optional Utility classes to do runtime processing of the scenegraph (The event model). |
| org.web3d.vrml.renderer | Common code between all renderers in the system. |
| org.web3d.vrml.renderer.common.input | Classes that handle the VRML user interaction with a scenegraph but are independent of the renderer in use. |
| org.web3d.vrml.renderer.j3d.input | Classes that handle the VRML user interaction with a scenegraph. |
| org.web3d.vrml.renderer.j3d.nodes | Generic classes for describing Java3D-specific extensions to the base
interfaces in the org.web3d.vrml.nodes package. |
| org.web3d.vrml.renderer.norender.input | Classes that handle the VRML user interaction with a scenegraph rendered using the null renderer. |
| org.web3d.vrml.renderer.ogl.input | Classes that handle the VRML user interaction with a scenegraph. |
| org.web3d.vrml.scripting.external.sai | The classes in this package provide the implementations for the external version of the SAI interfaces. |
| org.web3d.vrml.scripting.sai | Implementation of glue code for X3D SAI internal scripts written in Java. |
| Uses of BasicScene in org.web3d.vrml.lang |
| Classes in org.web3d.vrml.lang that implement BasicScene | |
class |
AbstractScene
Abstract implementation of the BasicScene interface. |
| Methods in org.web3d.vrml.lang that return BasicScene | |
BasicScene |
VRMLExecutionSpace.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.nodes | |
interface |
VRMLScene
Abstract representation of a complete scene in VRML. |
| Methods in org.web3d.vrml.nodes with parameters of type BasicScene | |
void |
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.loader |
| Methods in org.web3d.vrml.nodes.loader with parameters of type BasicScene | |
void |
ExternalLoadManager.queueSceneLoad(BasicScene scene)
Start loading the contents of the given scene. |
void |
ExternalLoadManager.stopSceneLoad(BasicScene scene)
Stop the named scene from loading. |
void |
AbstractLoadManager.queueSceneLoad(BasicScene scene)
Start loading the contents of the given scene. |
void |
AbstractLoadManager.stopSceneLoad(BasicScene scene)
Stop the named scene from loading. |
| Uses of BasicScene in org.web3d.vrml.nodes.proto |
| Classes in org.web3d.vrml.nodes.proto that implement BasicScene | |
class |
ProtoScene
Implementation of the BasicScene interface that
is used withing protos. |
| Methods in org.web3d.vrml.nodes.proto that return BasicScene | |
BasicScene |
ProtoInstancePlaceHolder.getContainedScene()
Get the contained scene graph that this instance has. |
| Methods in org.web3d.vrml.nodes.proto with parameters of type BasicScene | |
void |
ProtoScene.mergeScene(BasicScene sc)
Import the contents of the given scene into this scene. |
| Uses of BasicScene in org.web3d.vrml.nodes.runtime |
| Methods in org.web3d.vrml.nodes.runtime with parameters of type BasicScene | |
void |
SensorManager.loadScene(BasicScene scene)
Load the contents of this scene into the sensor manager. |
void |
SensorManager.unloadScene(BasicScene scene)
UnLoad 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 |
PickingManager.unloadScene(BasicScene scene)
Unload the contents of this scene into the sensor manager. |
| Uses of BasicScene in org.web3d.vrml.renderer |
| Classes in org.web3d.vrml.renderer that implement BasicScene | |
class |
CRVRMLScene
A representation of a complete scene in VRML. |
| Methods in org.web3d.vrml.renderer that return BasicScene | |
BasicScene |
CRProtoInstance.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 BasicScene | |
void |
BaseSensorManager.loadScene(BasicScene scene)
Load the contents of this scene into the sensor manager. |
void |
BaseSensorManager.unloadScene(BasicScene scene)
UnLoad the contents of this scene into the sensor manager. |
| Uses of BasicScene in org.web3d.vrml.renderer.j3d.input |
| Methods in org.web3d.vrml.renderer.j3d.input with parameters of type BasicScene | |
void |
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.j3d.nodes |
| Methods in org.web3d.vrml.renderer.j3d.nodes with parameters of type BasicScene | |
void |
J3DWorldRootNodeType.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.norender.input |
| Methods in org.web3d.vrml.renderer.norender.input with parameters of type BasicScene | |
void |
DefaultSensorManager.loadScene(BasicScene scene)
Load 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.ogl.input |
| Methods in org.web3d.vrml.renderer.ogl.input with parameters of type BasicScene | |
void |
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.scripting.external.sai |
| Constructors in org.web3d.vrml.scripting.external.sai with parameters of type BasicScene | |
SAIExternProtoDeclaration(org.web3d.vrml.scripting.external.sai.SAINodeFactory factory,
VRMLExternProtoDeclare externProto,
BasicScene scene)
|
|
| Uses of BasicScene in org.web3d.vrml.scripting.sai |
| Classes in org.web3d.vrml.scripting.sai that implement BasicScene | |
class |
SAIVRMLScene
A representation of a complete scene in VRML. |
| Fields in org.web3d.vrml.scripting.sai declared as BasicScene | |
protected BasicScene |
BaseExecutionContext.scene
The basic scene type |
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||