libgdx API

Uses of Interface
com.badlogic.gdx.graphics.g3d.model.Model

Packages that use Model
com.badlogic.gdx.graphics.g3d.loaders   
com.badlogic.gdx.graphics.g3d.model   
com.badlogic.gdx.graphics.g3d.model.keyframe   
com.badlogic.gdx.graphics.g3d.model.skeleton   
com.badlogic.gdx.graphics.g3d.model.still   
 

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

Methods in com.badlogic.gdx.graphics.g3d.loaders that return Model
static Model ModelLoaderRegistry.load(FileHandle file)
          Loads the specified file with one of the loaders registered with this ModelLoaderRegistry.
 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.
 

Uses of Model in com.badlogic.gdx.graphics.g3d.model
 

Subinterfaces of Model in com.badlogic.gdx.graphics.g3d.model
 interface AnimatedModel
           
 

Methods in com.badlogic.gdx.graphics.g3d.model that return Model
 Model Model.getSubModel(java.lang.String... subMeshNames)
          Returns a Model that is made up of the sub-meshes with the provided names.
 

Uses of Model in com.badlogic.gdx.graphics.g3d.model.keyframe
 

Classes in com.badlogic.gdx.graphics.g3d.model.keyframe that implement Model
 class KeyframedModel
           
 

Methods in com.badlogic.gdx.graphics.g3d.model.keyframe that return Model
 Model KeyframedModel.getSubModel(java.lang.String... subMeshNames)
           
 

Uses of Model in com.badlogic.gdx.graphics.g3d.model.skeleton
 

Classes in com.badlogic.gdx.graphics.g3d.model.skeleton that implement Model
 class SkeletonModel
           
 class SkeletonModelGpuSkinned
           
 

Methods in com.badlogic.gdx.graphics.g3d.model.skeleton that return Model
 Model SkeletonModel.getSubModel(java.lang.String... subMeshNames)
           
 

Uses of Model in com.badlogic.gdx.graphics.g3d.model.still
 

Classes in com.badlogic.gdx.graphics.g3d.model.still that implement Model
 class StillModel
           
 

Methods in com.badlogic.gdx.graphics.g3d.model.still that return Model
 Model StillModel.getSubModel(java.lang.String... subMeshNames)
           
 


libgdx API

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