public class ReaderMSMS extends AbstractReader
Needs to be converted to a real parser, e.g., by using the antlr parsing package.
Current limitations: handles only following types: "OFF", "MESH", "VECT", "LIST", "inst", "tlist".
| Constructor and Description |
|---|
ReaderMSMS() |
| Modifier and Type | Method and Description |
|---|---|
void |
setInput(Input input)
set the input to read the scene from
|
getComponent, read, read, readpublic void setInput(Input input) throws IOException
SceneReadersetInput in interface SceneReadersetInput in class AbstractReaderinput - the Input of the resource to read.IOException