|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.j3d.loaders.discreet.MaxParser
public class MaxParser
A low-level parser for the Discreet 3DS Max file format.
The definition this works from is can be found at: http://www.the-labs.com/Blender/3DS-details.html http://www.spacesimulator.net/tut4_3dsloader.html
Constructor Summary | |
---|---|
MaxParser()
Construct a new parser with no stream set. |
|
MaxParser(java.io.InputStream is)
Construct a new parser using the given stream to source the data from. |
Method Summary | |
---|---|
ObjectMesh |
getObjectMesh()
Get the last decoded mesh. |
ObjectMesh |
parse()
Do all the parsing work. |
void |
reset(java.io.InputStream is)
Reset the parser to use the new stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MaxParser()
public MaxParser(java.io.InputStream is)
is
- The stream to read data fromMethod Detail |
---|
public void reset(java.io.InputStream is)
is
- The new stream to usepublic ObjectMesh getObjectMesh()
public ObjectMesh parse() throws java.io.IOException
java.io.IOException
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |