org.jagatoo.loaders.models.tds.chunks.processors
Class SmoothGroupProcessor
java.lang.Object
org.jagatoo.loaders.models.tds.chunks.processors.ChunkProcessor
org.jagatoo.loaders.models.tds.chunks.processors.SmoothGroupProcessor
public class SmoothGroupProcessor
- extends ChunkProcessor
A processor to handle smoothing groups
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_SURFACES
public static final int MAX_SURFACES
- See Also:
- Constant Field Values
SmoothGroupProcessor
public SmoothGroupProcessor()
process
public void process(TDSFile file,
AppearanceFactory appFactory,
GeometryFactory geomFactory,
NodeFactory nodeFactory,
AnimationFactory animFactory,
SpecialItemsHandler siHandler,
ModelContext context,
int length)
throws java.io.IOException
- Specified by:
process in class ChunkProcessor
- Throws:
java.io.IOException