libgdx API

com.badlogic.gdx.graphics.g3d.loaders.md5
Class MD5AnimationInfo

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.loaders.md5.MD5AnimationInfo

public class MD5AnimationInfo
extends java.lang.Object


Constructor Summary
MD5AnimationInfo(int maxFrame, float maxTime)
           
 
Method Summary
 int getCurrentFrame()
           
 float getInterpolation()
           
 int getNextFrame()
           
 void reset()
           
 void reset(int maxFrame, float maxTime)
           
 void update(float delta)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD5AnimationInfo

public MD5AnimationInfo(int maxFrame,
                        float maxTime)
Method Detail

reset

public void reset()

reset

public void reset(int maxFrame,
                  float maxTime)

update

public void update(float delta)

getCurrentFrame

public int getCurrentFrame()

getNextFrame

public int getNextFrame()

getInterpolation

public float getInterpolation()

libgdx API

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