libgdx API

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

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

public class G3dLoader
extends java.lang.Object


Nested Class Summary
static class G3dLoader.G3dKeyframedModelLoader
           
static class G3dLoader.G3dSkeletonModelLoader
           
static class G3dLoader.G3dStillModelLoader
           
 
Constructor Summary
G3dLoader()
           
 
Method Summary
static KeyframedModel loadKeyframedModel(FileHandle handle)
           
static SkeletonModel loadSkeletonModel(FileHandle handle)
           
static StillModel loadStillModel(FileHandle handle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G3dLoader

public G3dLoader()
Method Detail

loadStillModel

public static StillModel loadStillModel(FileHandle handle)

loadKeyframedModel

public static KeyframedModel loadKeyframedModel(FileHandle handle)

loadSkeletonModel

public static SkeletonModel loadSkeletonModel(FileHandle handle)

libgdx API

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