de.jreality.reader
Class ReaderOOGL
java.lang.Object
de.jreality.reader.AbstractReader
de.jreality.reader.ReaderOOGL
- All Implemented Interfaces:
- SceneReader
public class ReaderOOGL
- extends AbstractReader
A rudimentary reader for OOGL files (Geomview format).
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".
- Author:
- Charles Gunn
Method Summary |
void |
setInput(Input input)
set the input to read the scene from |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReaderOOGL
public ReaderOOGL()
setInput
public void setInput(Input input)
throws java.io.IOException
- Description copied from interface:
SceneReader
- set the input to read the scene from
- Specified by:
setInput
in interface SceneReader
- Overrides:
setInput
in class AbstractReader
- Parameters:
input
- the Input of the resource to read.
- Throws:
java.io.IOException