libgdx API

com.badlogic.gdx.graphics.g3d.loaders.g3d
Class G3dtLoader

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.loaders.g3d.G3dtLoader

public class G3dtLoader
extends java.lang.Object

Class to import the G3D text format.

Author:
mzechner

Nested Class Summary
static class G3dtLoader.G3dtKeyframedModelLoader
           
static class G3dtLoader.G3dtStillModelLoader
           
 
Constructor Summary
G3dtLoader()
           
 
Method Summary
static KeyframedModel loadKeyframedModel(FileHandle handle, boolean flipV)
           
static KeyframedModel loadKeyframedModel(java.io.InputStream stream, boolean flipV)
           
static StillModel loadStillModel(FileHandle handle, boolean flipV)
           
static StillModel loadStillModel(java.io.InputStream stream, boolean flipV)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G3dtLoader

public G3dtLoader()
Method Detail

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)

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)