libgdx API

Uses of Class
com.badlogic.gdx.graphics.g3d.keyframed.KeyframeAnimation

Packages that use KeyframeAnimation
com.badlogic.gdx.graphics.g3d.keyframed   
 

Uses of KeyframeAnimation in com.badlogic.gdx.graphics.g3d.keyframed
 

Methods in com.badlogic.gdx.graphics.g3d.keyframed that return KeyframeAnimation
 KeyframeAnimation KeyframedModel.getAnimation(java.lang.String animKey)
          Gets the specified KeyframeAnimation from the animation map.
 KeyframeAnimation KeyframedModel.sampleAnimationFromMD5(MD5Model md5model, MD5Renderer md5renderer, MD5Animator md5animator, MD5Animation md5animation, float sampleRate, java.lang.String modelAsset, java.lang.String animKey)
          Loads a single KeyframeAnimation from an MD5Animation, then stores it in the animation dictionary for runtime playback.
 


libgdx API

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