libgdx API

Uses of Class
com.badlogic.gdx.graphics.g3d.loaders.md5.MD5Animation

Packages that use MD5Animation
com.badlogic.gdx.graphics.g3d.keyframed   
com.badlogic.gdx.graphics.g3d.loaders.md5   
 

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

Methods in com.badlogic.gdx.graphics.g3d.keyframed with parameters of type MD5Animation
 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.
 

Uses of MD5Animation in com.badlogic.gdx.graphics.g3d.loaders.md5
 

Methods in com.badlogic.gdx.graphics.g3d.loaders.md5 that return MD5Animation
static MD5Animation MD5Loader.loadAnimation(java.io.InputStream in)
           
 


libgdx API

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