public class ReaderOOGL 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 |
---|
ReaderOOGL() |
Modifier and Type | Method and Description |
---|---|
void |
setInput(Input input)
set the input to read the scene from
|
getComponent, read, read, read
public void setInput(Input input) throws IOException
SceneReader
setInput
in interface SceneReader
setInput
in class AbstractReader
input
- the Input of the resource to read.IOException