public class ReaderOBJ extends AbstractReader
Constructor and Description |
---|
ReaderOBJ() |
Modifier and Type | Method and Description |
---|---|
boolean |
isGenerateEdgesFromFaces() |
boolean |
isUseMultipleTexAndNomalCoords() |
void |
setGenerateEdgesFromFaces(boolean generateEdgesFromFaces) |
void |
setInput(Input input)
set the input to read the scene from
|
void |
setUseMultipleTexAndNormalCoords(boolean useMultipleTexAndNormalCoords) |
getComponent, read, read, read
public boolean isUseMultipleTexAndNomalCoords()
public void setUseMultipleTexAndNormalCoords(boolean useMultipleTexAndNormalCoords)
public boolean isGenerateEdgesFromFaces()
public void setGenerateEdgesFromFaces(boolean generateEdgesFromFaces)
public void setInput(Input input) throws IOException
SceneReader
setInput
in interface SceneReader
setInput
in class AbstractReader
input
- the Input of the resource to read.IOException