libgdx API

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

Packages that use AnimatedModel
com.badlogic.gdx.graphics.g3d   
com.badlogic.gdx.graphics.g3d.model.keyframe   
com.badlogic.gdx.graphics.g3d.model.skeleton   
 

Uses of AnimatedModel in com.badlogic.gdx.graphics.g3d
 

Methods in com.badlogic.gdx.graphics.g3d with parameters of type AnimatedModel
 void ModelRenderer.draw(AnimatedModel model, AnimatedModelInstance instance)
           
 

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

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

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

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


libgdx API

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