Class BaseIndexedGeometryNode

java.lang.Object
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLComponentGeometryNodeType, VRMLGeometryNodeType, VRMLNodeComponentListener, VRMLNodeType
Direct Known Subclasses:
BaseIndexedFaceSet, BaseIndexedLineSet

public abstract class BaseIndexedGeometryNode extends BaseComponentGeometryNode
An abstract implementation of any node that uses component nodes to provide coordinate, normal and texture information.

This includes normal and texture indexes. These may not be needed by some implementations like IndexedLineSet. Just don't define the fields in the static setup.

Version:
$Revision: 1.16 $
Author:
Justin Couch, Alan Hudson