libgdx API

com.badlogic.gdx.graphics.g3d.loaders
Interface ModelLoader

All Known Subinterfaces:
KeyframedModelLoader, SkeletonModelLoader, StillModelLoader
All Known Implementing Classes:
G3dLoader.G3dKeyframedModelLoader, G3dLoader.G3dSkeletonModelLoader, G3dLoader.G3dStillModelLoader, G3dtLoader.G3dtKeyframedModelLoader, G3dtLoader.G3dtStillModelLoader, MD2Loader, ObjLoader

public interface ModelLoader

Interface for all loaders. Loaders that need more files need to derrive the other file names by the given file. A bit of a hack, but most formats are self contained.

Author:
mzechner

Method Summary
 Model load(FileHandle file, ModelLoaderHints hints)
           
 

Method Detail

load

Model load(FileHandle file,
           ModelLoaderHints hints)

libgdx API

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