Class iicm.vrml.pw.Viewpoint
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.Viewpoint
java.lang.Object
|
+----iicm.vrml.pw.Node
|
+----iicm.vrml.pw.Bindable
|
+----iicm.vrml.pw.Viewpoint
- public class Viewpoint
- extends Bindable
-
description
-
-
fieldOfView
-
-
jump
-
-
orientation
-
-
position
-
-
nodeName()
- the node's name
-
traverse(Traverser)
- must call appropriate method of Traverser for node traversal
fieldOfView
public SFFloat fieldOfView
jump
public SFBool jump
orientation
public SFRotation orientation
position
public SFVec3f position
description
public SFString description
nodeName
public String nodeName()
- the node's name
- Overrides:
- nodeName in class Node
traverse
public void traverse(Traverser t)
- must call appropriate method of Traverser for node traversal
- Overrides:
- traverse in class Node
All Packages Class Hierarchy This Package Previous Next Index