de.jreality.reader
Class ReaderMESH

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

public class ReaderMESH
extends AbstractReader

simple reader for mathematica tables with entries{x,y,z,tx,ty} where the texture coordinates (tx,ty) are optional

Author:
weissman

Constructor Summary
ReaderMESH()
           
 
Method Summary
 void setInput(Input input)
          set the input to read the scene from
 
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

ReaderMESH

public ReaderMESH()
Method Detail

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