com.jmex.model.converters
Class Md3ToJme
java.lang.Object
com.jmex.model.converters.FormatConverter
com.jmex.model.converters.Md3ToJme
public class Md3ToJme
- extends FormatConverter
Started Date: Jul 15, 2004
Converts from MD3 files to jme binary.
- Author:
- Jack Lindamood
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Md3ToJme
public Md3ToJme()
main
public static void main(java.lang.String[] args)
convert
public void convert(java.io.InputStream format,
java.io.OutputStream jMEFormat)
throws java.io.IOException
- Description copied from class:
FormatConverter
- Reads a given
format
and writes it to jMEFormat
in the jME binary format.
- Specified by:
convert
in class FormatConverter
- Parameters:
format
- InputStream representing the format to readjMEFormat
- OutputStream to write the jME binary equivalent too
- Throws:
java.io.IOException
- If anything goes wrong during the writting
getController
public KeyframeController getController()
findController
public static KeyframeController findController(Node model)
readVecFloat
void readVecFloat(Vector3f in)