Class WorldOffsetFilter

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

public class WorldOffsetFilter extends BaseFilter
Takes the contents of the entire file and offsets it by the given argument amount by placing a TransformGroup at the root of the scene graph that encapsulates the entire world.

Filter Options

worldOffset x y z The amount to shift in each direction.

worldScale x y z The amount to scale in each direction.

Version:
$Revision: 1.5 $
Author:
Justin Couch