de.jreality.reader
Interface SceneReader

All Known Implementing Classes:
AbstractReader, DemoReader, Reader3DS, ReaderBSH, ReaderFE, ReaderJRS, ReaderJVX, ReaderLAS, ReaderMATHEMATICA, ReaderMESH, ReaderMSMS, ReaderOBJ, ReaderOOGL, ReaderPOLY, ReaderPOV, ReaderPTS, ReaderSTL, ReaderVRML

public interface SceneReader

Interface for reading a scene from some sort of Input.


Method Summary
 SceneGraphComponent getComponent()
          provides the root component for the scene that was read.
 void setInput(Input input)
          set the input to read the scene from
 

Method Detail

setInput

void setInput(Input input)
              throws IOException
set the input to read the scene from

Parameters:
input - the Input of the resource to read.
Throws:
IOException

getComponent

SceneGraphComponent getComponent()
provides the root component for the scene that was read.

Returns:
the root of the read scene.