shout3d.core
Class EnvironmentSphereMap

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.BaseMap
              |
              +--shout3d.core.EnvironmentMap
                    |
                    +--shout3d.core.EnvironmentSphereMap

public class EnvironmentSphereMap
extends EnvironmentMap
implements FieldObserver

EnvironmentSphereMap Node.


Field Summary
 NodeField texture
           
 
Fields inherited from class shout3d.core.EnvironmentMap
style, tintColor
 
Fields inherited from class shout3d.core.BaseMap
bilinearFilteringEnabled, enabled
 
Constructor Summary
EnvironmentSphereMap()
           
 
Method Summary
 void onFieldChange(Field theField, java.lang.Object userData)
           
 
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

texture

public final NodeField texture
Constructor Detail

EnvironmentSphereMap

public EnvironmentSphereMap()
Method Detail

onFieldChange

public void onFieldChange(Field theField,
                          java.lang.Object userData)
Specified by:
onFieldChange in interface FieldObserver