Class iicm.vrml.pw.Sound
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.Sound
java.lang.Object
|
+----iicm.vrml.pw.Node
|
+----iicm.vrml.pw.Common
|
+----iicm.vrml.pw.Sound
- public class Sound
- extends Common
-
direction
-
-
intensity
-
-
location
-
-
maxBack
-
-
maxFront
-
-
minBack
-
-
minFront
-
-
priority
-
-
source
-
-
spatialize
-
-
nodeName()
- the node's name
-
traverse(Traverser)
- must call appropriate method of Traverser for node traversal
direction
public SFVec3f direction
location
public SFVec3f location
intensity
public SFFloat intensity
maxBack
public SFFloat maxBack
maxFront
public SFFloat maxFront
minBack
public SFFloat minBack
minFront
public SFFloat minFront
priority
public SFFloat priority
source
public SFNode source
spatialize
public SFBool spatialize
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