com.jmex.model.converters
Class Md3ToJme

java.lang.Object
  extended by com.jmex.model.converters.FormatConverter
      extended by 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

Field Summary
 
Fields inherited from class com.jmex.model.converters.FormatConverter
properties
 
Constructor Summary
Md3ToJme()
           
 
Method Summary
 void convert(java.io.InputStream format, java.io.OutputStream jMEFormat)
          Reads a given format and writes it to jMEFormat in the jME binary format.
static KeyframeController findController(Node model)
           
 KeyframeController getController()
           
static void main(java.lang.String[] args)
           
(package private)  void readVecFloat(Vector3f in)
           
 
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

Md3ToJme

public Md3ToJme()
Method Detail

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 read
jMEFormat - 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)