Class ExplodeShapesFilter

java.lang.Object
xj3d.filter.AbstractFilter
xj3d.filter.NewAbstractFilter
xj3d.filter.filters.ExplodeShapesFilter
All Implemented Interfaces:
BinaryContentHandler, ContentHandler, ProtoHandler, RouteHandler, ScriptHandler, StringContentHandler

public class ExplodeShapesFilter extends NewAbstractFilter
Explodes the shapes in a file to create a cad-like exploded view.

Assumes that the FlattenTransform filter is run before this and has squashed all the objects down to single shape nodes that are at the file root. Works on the coordinates of the geometry, not any explicit bbox definitions.

Filter Options

-explodeFactor - Factor to multiply the center vector to space out items -addDEFLabels - Add screen aligned labels of the DEF name?

Version:
$Revision: 1.3 $
Author:
Alan Hudson