com.badlogic.gdx.graphics.g3d.loaders.g3d
Class G3dtLoader
java.lang.Object
com.badlogic.gdx.graphics.g3d.loaders.g3d.G3dtLoader
public class G3dtLoader
- extends java.lang.Object
Class to import the G3D text format.
- Author:
- mzechner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
G3dtLoader
public G3dtLoader()
loadKeyframedModel
public static KeyframedModel loadKeyframedModel(FileHandle handle,
boolean flipV)
loadStillModel
public static StillModel loadStillModel(FileHandle handle,
boolean flipV)
loadStillModel
public static StillModel loadStillModel(java.io.InputStream stream,
boolean flipV)
loadKeyframedModel
public static KeyframedModel loadKeyframedModel(java.io.InputStream stream,
boolean flipV)
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)