com.jmex.model.collada
Class ColladaToJme

java.lang.Object
  extended by com.jme.app.AbstractGame
      extended by com.jme.app.BaseHeadlessApp
          extended by com.jme.app.SimpleHeadlessApp
              extended by com.jmex.model.collada.ColladaToJme

public class ColladaToJme
extends SimpleHeadlessApp


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jme.app.AbstractGame
AbstractGame.ConfigShowMode
 
Field Summary
(package private)  Spatial collada
           
(package private) static java.lang.String in
           
(package private) static java.lang.String outDir
           
 
Fields inherited from class com.jme.app.SimpleHeadlessApp
cam, input, lightState, rootNode, timer, tpf
 
Fields inherited from class com.jme.app.AbstractGame
display, finished, settings
 
Constructor Summary
ColladaToJme()
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void simpleInitGame()
          Called near end of initGame().
protected  void writeFile(java.lang.String inputFile)
           
 
Methods inherited from class com.jme.app.SimpleHeadlessApp
cleanup, initGame, initSystem, reinit, render, simpleRender, simpleUpdate, update
 
Methods inherited from class com.jme.app.BaseHeadlessApp
getNewSettings, quit, start
 
Methods inherited from class com.jme.app.AbstractGame
assertDisplayCreated, finish, getAttributes, getVersion, setConfigShowMode, setConfigShowMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collada

Spatial collada

in

static java.lang.String in

outDir

static java.lang.String outDir
Constructor Detail

ColladaToJme

public ColladaToJme()
Method Detail

main

public static void main(java.lang.String[] args)

simpleInitGame

protected void simpleInitGame()
Description copied from class: SimpleHeadlessApp
Called near end of initGame(). Must be defined by derived classes.

Specified by:
simpleInitGame in class SimpleHeadlessApp

writeFile

protected void writeFile(java.lang.String inputFile)