|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwobs.scene3d.player.X3DNode
wobs.scene3d.player.X3DScene
wobs.scene3d.nodes.Scene
public class Scene
This class contains index constants to access fields in a Scene node using the X3DNode.getField(int fieldIndex) method.
The Scene node is a WF3D-specific node and acts as the single root of the VRML scene graph. All the VRML root nodes of a scene graph are collected in the children field of a Scene node.
| Field Summary | |
|---|---|
static int |
children
The constant used to access the children field of a Scene node. |
static int |
rendering
The constant used to access the rendering field of a Scene node. |
| Fields inherited from class wobs.scene3d.player.X3DNode |
|---|
name, type |
| Method Summary |
|---|
| Methods inherited from class wobs.scene3d.player.X3DScene |
|---|
addRoute, clone, deleteRoute, getCurrentView, setViewpoint, viewpointMove, viewpointRotN |
| Methods inherited from class wobs.scene3d.player.X3DNode |
|---|
addChild, getChildren, getField, getName, getNode, getNode, getParent, getType, move, removeChild, rotN, scale |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int rendering
public static final int children
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||