shout3d.core
Class SpecularLevelMap

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.BaseMap
              |
              +--shout3d.core.SingleTextureMap
                    |
                    +--shout3d.core.SpecularLevelMap

public class SpecularLevelMap
extends SingleTextureMap
implements FieldObserver

SpecularLevelMap Node.


Field Summary
 FloatField amount
           
 
Fields inherited from class shout3d.core.SingleTextureMap
offsetUV, texture, textureMappingIndex
 
Fields inherited from class shout3d.core.BaseMap
bilinearFilteringEnabled, enabled
 
Constructor Summary
SpecularLevelMap()
          Constructs a default SpecularLevelMap
 
Method Summary
 void onFieldChange(Field theField, java.lang.Object userData)
          Subclasses must call this within their own onFieldChange() method.
 
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

amount

public final FloatField amount
Constructor Detail

SpecularLevelMap

public SpecularLevelMap()
Constructs a default SpecularLevelMap
Method Detail

onFieldChange

public void onFieldChange(Field theField,
                          java.lang.Object userData)
Subclasses must call this within their own onFieldChange() method.
Specified by:
onFieldChange in interface FieldObserver