libgdx API

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

Packages that use ModelLoader
com.badlogic.gdx.graphics.g3d.loaders   
com.badlogic.gdx.graphics.g3d.loaders.g3d   
com.badlogic.gdx.graphics.g3d.loaders.md2   
com.badlogic.gdx.graphics.g3d.loaders.wavefront   
 

Uses of ModelLoader in com.badlogic.gdx.graphics.g3d.loaders
 

Subinterfaces of ModelLoader in com.badlogic.gdx.graphics.g3d.loaders
 interface KeyframedModelLoader
          Interface for classes loading KeyframedModel instances.
 interface SkeletonModelLoader
          Interface for classes loading SkeletonModel instances.
 interface StillModelLoader
          Interface for loaders loading StillModel instances.
 

Methods in com.badlogic.gdx.graphics.g3d.loaders with parameters of type ModelLoader
static void ModelLoaderRegistry.registerLoader(java.lang.String extension, ModelLoader loader, ModelLoaderHints defaultHints)
          Registers a new loader with the registry.
 

Uses of ModelLoader in com.badlogic.gdx.graphics.g3d.loaders.g3d
 

Classes in com.badlogic.gdx.graphics.g3d.loaders.g3d that implement ModelLoader
static class G3dLoader.G3dKeyframedModelLoader
           
static class G3dLoader.G3dSkeletonModelLoader
           
static class G3dLoader.G3dStillModelLoader
           
static class G3dtLoader.G3dtKeyframedModelLoader
           
static class G3dtLoader.G3dtStillModelLoader
           
 

Uses of ModelLoader in com.badlogic.gdx.graphics.g3d.loaders.md2
 

Classes in com.badlogic.gdx.graphics.g3d.loaders.md2 that implement ModelLoader
 class MD2Loader
           
 

Uses of ModelLoader in com.badlogic.gdx.graphics.g3d.loaders.wavefront
 

Classes in com.badlogic.gdx.graphics.g3d.loaders.wavefront that implement ModelLoader
 class ObjLoader
          Loads Wavefront OBJ files.
 


libgdx API

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