Class SceneWrapper
java.lang.Object
org.web3d.vrml.renderer.common.nodes.geospatial.SceneWrapper
- All Implemented Interfaces:
VRMLExecutionSpace
Wraps a scene as a VRMLExecutionSpace.
- Version:
- $Revision: 1.2 $
- Author:
- Alan Hudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the contained scene graph that this instance has.
-
Constructor Details
-
SceneWrapper
- Parameters:
scene
-
-
-
Method Details
-
getContainedScene
Get the contained scene graph that this instance has. This represents everything about the internal scene that the node declaration wraps. This is a real-time representation so that if it the nodes contains a script that changes the internal representation then this instance will be updated to reflect and changes made.- Specified by:
getContainedScene
in interfaceVRMLExecutionSpace
- Returns:
- The scene contained by this node instance
-