shout3d.core
Class Light

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.Light
Direct Known Subclasses:
DirectionalLight

public abstract class Light
extends Node

A Light


Field Summary
 StringArrayField affectedGroups
           
 FloatArrayField color
           
 float[] defaultColor
           
 FloatField intensity
           
 BooleanField on
           
 
Constructor Summary
Light()
          Constructs a default DirectionalLight
 
Methods inherited from class shout3d.core.Node
cleanUp, getDEFName, getField, getFieldByIndex, getFieldName, getNumFields, getTypeName, getViewer, isOfType, setDEFName, setViewer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultColor

public final float[] defaultColor

affectedGroups

public final StringArrayField affectedGroups

color

public final FloatArrayField color

intensity

public final FloatField intensity

on

public final BooleanField on
Constructor Detail

Light

public Light()
Constructs a default DirectionalLight