iicm.vrml.pw
Class SpotLight

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

public class SpotLight
extends Light


Field Summary
 SFFloat ambientIntensity
           
 SFVec3f attenuation
           
 SFFloat beamWidth
           
 SFColor color
           
 SFFloat cutOffAngle
           
 SFVec3f direction
           
 SFFloat intensity
           
 SFVec3f location
           
 SFBool on
           
 SFFloat radius
           
 
Fields inherited from class iicm.vrml.pw.Node
DEF_KEYWORD, EXTERNPROTO_KEYWORD, objname, PROTO_KEYWORD, ROUTE_KEYWORD, subfields, USE_KEYWORD, userdata
 
Method Summary
 java.lang.String nodeName()
          the node's name
 void traverse(Traverser t)
          must call appropriate method of Traverser for node traversal
 
Methods inherited from class iicm.vrml.pw.Node
addRoute, deleteRoute, getEvent, readNode, traverseNode, writeNode, writeSubfield, writeSubfields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ambientIntensity

public SFFloat ambientIntensity

beamWidth

public SFFloat beamWidth

cutOffAngle

public SFFloat cutOffAngle

intensity

public SFFloat intensity

radius

public SFFloat radius

attenuation

public SFVec3f attenuation

direction

public SFVec3f direction

location

public SFVec3f location

color

public SFColor color

on

public SFBool on
Method Detail

nodeName

public java.lang.String nodeName()
Description copied from class: Node
the node's name
Overrides:
nodeName in class Node

traverse

public void traverse(Traverser t)
Description copied from class: Node
must call appropriate method of Traverser for node traversal
Overrides:
traverse in class Node