shout3d.core
Class EnvironmentCubeMap

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

public class EnvironmentCubeMap
extends EnvironmentMap
implements FieldObserver

EnvironmentCubeMap Node.


Field Summary
 NodeField allTextures
           
 NodeField backTexture
           
 NodeField downTexture
           
 NodeField frontTexture
           
 NodeField leftTexture
           
 NodeField rightTexture
           
 NodeField upTexture
           
 
Fields inherited from class shout3d.core.EnvironmentMap
style, tintColor
 
Fields inherited from class shout3d.core.BaseMap
bilinearFilteringEnabled, enabled
 
Constructor Summary
EnvironmentCubeMap()
           
 
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

allTextures

public final NodeField allTextures

leftTexture

public final NodeField leftTexture

backTexture

public final NodeField backTexture

rightTexture

public final NodeField rightTexture

frontTexture

public final NodeField frontTexture

upTexture

public final NodeField upTexture

downTexture

public final NodeField downTexture
Constructor Detail

EnvironmentCubeMap

public EnvironmentCubeMap()
Method Detail

onFieldChange

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