libgdx API

com.badlogic.gdx.graphics.g3d.loaders.md2
Class MD2Loader

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.loaders.md2.MD2Loader
All Implemented Interfaces:
KeyframedModelLoader, ModelLoader

public class MD2Loader
extends java.lang.Object
implements KeyframedModelLoader


Nested Class Summary
static class MD2Loader.MD2LoaderHints
           
 class MD2Loader.VertexIndices
           
 
Constructor Summary
MD2Loader()
           
 
Method Summary
 KeyframedModel load(FileHandle fileHandle, float frameDuration)
           
 KeyframedModel load(FileHandle file, ModelLoaderHints hints)
           
 KeyframedModel load(java.io.InputStream in, float frameDuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD2Loader

public MD2Loader()
Method Detail

load

public KeyframedModel load(FileHandle file,
                           ModelLoaderHints hints)
Specified by:
load in interface KeyframedModelLoader
Specified by:
load in interface ModelLoader

load

public KeyframedModel load(FileHandle fileHandle,
                           float frameDuration)

load

public KeyframedModel load(java.io.InputStream in,
                           float frameDuration)

libgdx API

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