shout3d.core
Class S3DMesh

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.Geometry
              |
              +--shout3d.core.Mesh
                    |
                    +--shout3d.core.S3DMesh
Direct Known Subclasses:
IndexedFaceSet, MultiMesh

public abstract class S3DMesh
extends Mesh


Field Summary
 BooleanField ccw
           
 NodeField color
           
 IntArrayField colorIndex
           
 BooleanField colorPerVertex
           
 NodeField coord
           
 IntArrayField coordIndex
           
 
Constructor Summary
S3DMesh()
           
 
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

ccw

public final BooleanField ccw

coord

public final NodeField coord

coordIndex

public final IntArrayField coordIndex

color

public final NodeField color

colorIndex

public final IntArrayField colorIndex

colorPerVertex

public final BooleanField colorPerVertex
Constructor Detail

S3DMesh

public S3DMesh()