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
   
  -   ambientIntensity ambientIntensity
-  
  
-   attenuation attenuation
-  
  
-   beamWidth beamWidth
-  
  
-   color color
-  
  
-   cutOffAngle cutOffAngle
-  
  
-   direction direction
-  
  
-   intensity intensity
-  
  
-   location location
-  
  
-   on on
-  
  
-   radius radius
-  
   
  -   nodeName() nodeName()
-  the node's name
  
-   traverse(Traverser) traverse(Traverser)
-  must call appropriate method of Traverser for node traversal
   
 ambientIntensity
ambientIntensity
  public SFFloat ambientIntensity
 beamWidth
beamWidth
  public SFFloat beamWidth
 cutOffAngle
cutOffAngle
  public SFFloat cutOffAngle
 intensity
intensity
  public SFFloat intensity
 radius
radius
  public SFFloat radius
 attenuation
attenuation
  public SFVec3f attenuation
 direction
direction
  public SFVec3f direction
 location
location
  public SFVec3f location
 color
color
  public SFColor color
 on
on
  public SFBool on
   
 nodeName
nodeName
  public String nodeName()
  -  the node's name
  
    -  Overrides:
    
-  nodeName in class Node
  
 
 traverse
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