|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jme.scene.model.XMLparser.Converters.FormatConverter
com.jme.scene.model.XMLparser.Converters.AseToJme
Started Date: Jul 1, 2004
Converts .ase files to .jme format. Loads models but not animations.
| 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.jme.scene.model.XMLparser.Converters.FormatConverter |
attemptFileConvert, clearProperty, 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 parameters
public void convert(java.io.InputStream ASEStream,
java.io.OutputStream o)
throws java.io.IOException
convert in class FormatConverterASEStream - 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 | ||||||||||