Interface SceneGraphCompressor

All Superinterfaces:
NodeCompressor

public interface SceneGraphCompressor extends NodeCompressor
Compresses a node and all its children. A marker interface for NodeCompressors to denote they will handle all children of a node. An example might be an IFS compressor that compacts the Coordinate and Normal node children of an IFS. Or a StaticGroup which folds transforms. DEFed nodes must be preserved.
Version:
$Revision: 1.3 $
Author:
Alan Hudson.