Class iicm.vrml.pw.SpotLight
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iicm.vrml.pw.SpotLight

java.lang.Object
   |
   +----iicm.vrml.pw.Node
           |
           +----iicm.vrml.pw.Light
                   |
                   +----iicm.vrml.pw.SpotLight

public class SpotLight
extends Light

Variable Index

 o ambientIntensity
 o attenuation
 o beamWidth
 o color
 o cutOffAngle
 o direction
 o intensity
 o location
 o on
 o radius

Method Index

 o nodeName()
the node's name
 o traverse(Traverser)
must call appropriate method of Traverser for node traversal

Variables

 o ambientIntensity
  public SFFloat ambientIntensity
 o beamWidth
  public SFFloat beamWidth
 o cutOffAngle
  public SFFloat cutOffAngle
 o intensity
  public SFFloat intensity
 o radius
  public SFFloat radius
 o attenuation
  public SFVec3f attenuation
 o direction
  public SFVec3f direction
 o location
  public SFVec3f location
 o color
  public SFColor color
 o on
  public SFBool on

Methods

 o nodeName
  public String nodeName()
the node's name
Overrides:
nodeName in class Node
 o 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