libgdx API

Uses of Class
com.badlogic.gdx.graphics.g3d.ModelLoaderHints

Packages that use ModelLoaderHints
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 ModelLoaderHints in com.badlogic.gdx.graphics.g3d.loaders
 

Methods in com.badlogic.gdx.graphics.g3d.loaders with parameters of type ModelLoaderHints
 KeyframedModel KeyframedModelLoader.load(FileHandle handle, ModelLoaderHints hints)
           
 Model ModelLoader.load(FileHandle file, ModelLoaderHints hints)
           
static Model ModelLoaderRegistry.load(FileHandle file, ModelLoaderHints hints)
          Loads the specified file with one of the loaders registered with this ModelLoaderRegistry.
 SkeletonModel SkeletonModelLoader.load(FileHandle file, ModelLoaderHints hints)
           
 StillModel StillModelLoader.load(FileHandle handle, ModelLoaderHints hints)
           
static KeyframedModel ModelLoaderRegistry.loadKeyframedModel(FileHandle file, ModelLoaderHints hints)
          Loads the specified file with one of the loaders registered with this ModelLoaderRegistry.
static SkeletonModel ModelLoaderRegistry.loadSkeletonModel(FileHandle file, ModelLoaderHints hints)
          Loads the specified file with one of the loaders registered with this ModelLoaderRegistry.
static StillModel ModelLoaderRegistry.loadStillModel(FileHandle file, ModelLoaderHints hints)
          Loads the specified file with one of the loaders registered with this ModelLoaderRegistry.
static void ModelLoaderRegistry.registerLoader(java.lang.String extension, ModelLoader loader, ModelLoaderHints defaultHints)
          Registers a new loader with the registry.
 

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

Methods in com.badlogic.gdx.graphics.g3d.loaders.g3d with parameters of type ModelLoaderHints
 StillModel G3dLoader.G3dStillModelLoader.load(FileHandle handle, ModelLoaderHints hints)
           
 KeyframedModel G3dLoader.G3dKeyframedModelLoader.load(FileHandle handle, ModelLoaderHints hints)
           
 SkeletonModel G3dLoader.G3dSkeletonModelLoader.load(FileHandle handle, ModelLoaderHints hints)
           
 StillModel G3dtLoader.G3dtStillModelLoader.load(FileHandle handle, ModelLoaderHints hints)
           
 KeyframedModel G3dtLoader.G3dtKeyframedModelLoader.load(FileHandle handle, ModelLoaderHints hints)
           
 

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

Subclasses of ModelLoaderHints in com.badlogic.gdx.graphics.g3d.loaders.md2
static class MD2Loader.MD2LoaderHints
           
 

Methods in com.badlogic.gdx.graphics.g3d.loaders.md2 with parameters of type ModelLoaderHints
 KeyframedModel MD2Loader.load(FileHandle file, ModelLoaderHints hints)
           
 

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

Methods in com.badlogic.gdx.graphics.g3d.loaders.wavefront with parameters of type ModelLoaderHints
 StillModel ObjLoader.load(FileHandle handle, ModelLoaderHints hints)
           
 


libgdx API

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