Class TextureTransformFilter

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

public class TextureTransformFilter extends NewAbstractFilter
Search for Appearance nodes and add or replace the Texture Transform with the specified params. By default it does not replace existing content. Params: -defFilter name - Limit operation to only Appearances inside the DEFed node -replace - Replace any existing Texture Transforms -center x,y - The center -rotation a - The rotation -scale x,y - The scale -translation x,y - The translation
Version:
$Revision: 1.0 $
Author:
Alan Hudson