|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmex.model.converters.FormatConverter
com.jmex.model.converters.AseToJme
public class AseToJme
Started Date: Jul 1, 2004
Converts .ase files to .jme format. Loads models but not animations.
Field Summary |
---|
Fields inherited from class com.jmex.model.converters.FormatConverter |
---|
properties |
Constructor Summary | |
---|---|
AseToJme()
|
Method Summary | |
---|---|
void |
convert(java.io.InputStream ASEStream,
java.io.OutputStream o)
Creates a node from a .ase InputStream and then writes that node to the given OutputStream in jME's binary format |
static void |
main(java.lang.String[] args)
Converts an ase file to jme format. |
Methods inherited from class com.jmex.model.converters.FormatConverter |
---|
attemptFileConvert, clearProperty, getProperty, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AseToJme()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- The array of parameterspublic void convert(java.io.InputStream ASEStream, java.io.OutputStream o) throws java.io.IOException
convert
in class FormatConverter
ASEStream
- An InputStream pointing to the .ase fileo
- The stream to write it's binary equivalent to
java.io.IOException
- If anything funky goes wrong with reading information
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |