de.jreality.reader
Class ReaderVRML
java.lang.Object
de.jreality.reader.AbstractReader
de.jreality.reader.ReaderVRML
- All Implemented Interfaces:
- SceneReader
public class ReaderVRML
- extends AbstractReader
A reader for VRML1.0 and VRML2.0, based on an ANTRL parser in package de.jreality.reader.vrml}.
- Author:
- gunn, gonska
Method Summary |
void |
setInput(Input input)
set the input to read the scene from |
ReaderVRML
public ReaderVRML()
setInput
public void setInput(Input input)
throws 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:
IOException