libgdx API

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

All Superinterfaces:
ModelLoader
All Known Implementing Classes:
G3dLoader.G3dStillModelLoader, G3dtLoader.G3dtStillModelLoader, ObjLoader

public interface StillModelLoader
extends ModelLoader

Interface for loaders loading StillModel instances.

Author:
mzechner

Method Summary
 StillModel load(FileHandle handle, ModelLoaderHints hints)
           
 

Method Detail

load

StillModel load(FileHandle handle,
                ModelLoaderHints hints)
Specified by:
load in interface ModelLoader

libgdx API

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