Class iicm.vrml.pw.PointLight
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.PointLight
java.lang.Object
|
+----iicm.vrml.pw.Node
|
+----iicm.vrml.pw.Light
|
+----iicm.vrml.pw.PointLight
- public class PointLight
- extends Light
-
ambientIntensity
-
-
attenuation
-
-
color
-
-
intensity
-
-
location
-
-
on
-
-
radius
-
-
nodeName()
- the node's name
-
traverse(Traverser)
- must call appropriate method of Traverser for node traversal
ambientIntensity
public SFFloat ambientIntensity
intensity
public SFFloat intensity
radius
public SFFloat radius
attenuation
public SFVec3f attenuation
location
public SFVec3f location
color
public SFColor color
on
public SFBool on
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