de.jreality.reader
Class ReaderPOV

java.lang.Object
  extended by de.jreality.reader.AbstractReader
      extended by de.jreality.reader.ReaderPOV
All Implemented Interfaces:
SceneReader

public class ReaderPOV
extends AbstractReader

Simple POV reader. Note: The default is to use Cylinders, see setUseCylinders(boolean).

Author:
timh

Constructor Summary
ReaderPOV()
           
 
Method Summary
 void setInput(Input input)
          set the input to read the scene from
 void setUseCylinders(boolean useCylinders)
           
 
Methods inherited from class de.jreality.reader.AbstractReader
getComponent, read, read, read
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReaderPOV

public ReaderPOV()
Method Detail

setUseCylinders

public void setUseCylinders(boolean useCylinders)

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