Package xj3d.filter

Class IFSFilter

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

public class IFSFilter extends AbstractFilter
Converts a IndexedTriangleSet, IndexedTriangleFanSet, or IndexedTriangleStripSet to a IndexedFaceSet.

This filter assumes that any set of geometry that is coming in through this filter is an indexed set. Thus, if un-indexed sets are going through this filter, this filter wouldn't work unless geometry sets were gone through the index filter before this filter.

Version:
$Revision: 1.14 $
Author:
Sang Park