shout3d.core
Class Appearance

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.BaseAppearance
              |
              +--shout3d.core.Appearance

public class Appearance
extends BaseAppearance

Appearance Node.


Field Summary
 NodeField material
           
 NodeField texture
           
 
Constructor Summary
Appearance()
           
 
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

material

public final NodeField material

texture

public final NodeField texture
Constructor Detail

Appearance

public Appearance()