| |
|
| java.lang.Object org.jdesktop.j3d.loaders.vrml97.VrmlScene
cleanForCompile | public void cleanForCompile(javax.media.j3d.Node root)(Code) | | Scans the subgraph, clearing the pickable and collidable flags on
the Shape3Ds in the subgraph to allow compilation. The pickable
flag will be set to false if the Shape3D does not have an ancestor
which sets the ALLOW_PICK_REPORTING bit. The collidable flag will
always be set to false.
Parameters: root - Description of the Parameter |
getBackgroundNodes | public javax.media.j3d.Background[] getBackgroundNodes()(Code) | | The Background nodes returned will be parented within the SceneGroup
The backgroundNodes value |
getBehaviorNodes | public javax.media.j3d.Behavior[] getBehaviorNodes()(Code) | | The VRML loader does not support loading behaviors, this method
returns null.
The behaviorNodes value |
getDefineTable | public Hashtable getDefineTable()(Code) | | Returns the a Hashtable which associated DEF names with Nodes
The defineTable value |
getDescription | public String getDescription()(Code) | | Returns the description (if any) from the first WorldInfo node
read. If there is no description specified, null will be returned
The description value |
getFogNodes | public javax.media.j3d.Fog[] getFogNodes()(Code) | | The Fog nodes returned will be parented within the SceneGroup
The fogNodes value |
getHorizontalFOVs | public float[] getHorizontalFOVs()(Code) | | Gets the horizontalFOVs attribute of the VrmlScene object
The horizontalFOVs value |
getLightNodes | public javax.media.j3d.Light[] getLightNodes()(Code) | | The Light nodes returned will be parented within the SceneGroup
The lightNodes value |
getNamedObjects | public Hashtable getNamedObjects()(Code) | | Gets the namedObjects attribute of the VrmlScene object
The namedObjects value |
getNumTris | public int getNumTris()(Code) | | Returns the approximate number of triangles in the Scene. For Switch
and LOD nodes, only the triangles on the first child of the node are
counted.
The numTris value |
getObjects | public BaseNode[] getObjects()(Code) | | Returns the base level VRML nodes
The objects value |
getSceneGroup | public BranchGroup getSceneGroup()(Code) | | Gets the sceneGroup attribute of the VrmlScene object
The sceneGroup value |
getSoundNodes | public javax.media.j3d.Sound[] getSoundNodes()(Code) | | The VRML loader does not support loading sounds, this method
returns null.
The soundNodes value |
getViewGroups | public TransformGroup[] getViewGroups()(Code) | | The TransformGroups returned will be parented withing the SceneGroup.
The ViewPlatform will be the child of the TransformGroup
The viewGroups value |
getViewpoints | public Viewpoint[] getViewpoints()(Code) | | Returns the Viewpoint nodes in the scene
The viewpoints value |
|
|
|