shout3d.core
Class BumpLevelMap

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

public class BumpLevelMap
extends SingleTextureMap
implements FieldObserver

BumpLevelMap 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
BumpLevelMap()
          Constructs a default BumpLevelMap
 
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

BumpLevelMap

public BumpLevelMap()
Constructs a default BumpLevelMap
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