de.jreality.reader
Class Reader3DS
java.lang.Object
de.jreality.reader.AbstractReader
de.jreality.reader.Reader3DS
- All Implemented Interfaces:
- SceneReader
public class Reader3DS
- extends AbstractReader
This class provides a reader for 3DS file format.
- Author:
- weissman
Constructor Summary |
Reader3DS()
Constructor will set defaultAppearance and generate a root node |
Reader3DS
public Reader3DS()
- Constructor will set defaultAppearance and generate a root node
getRootGroupNode
public SceneGraphComponent getRootGroupNode()
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
setGlobalScale
public void setGlobalScale(double globalScale)