libgdx API

com.badlogic.gdx.graphics.g3d.model.keyframe
Class Keyframe

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.model.keyframe.Keyframe

public class Keyframe
extends java.lang.Object


Field Summary
 float timeStamp
           
 float[] vertices
           
 
Constructor Summary
Keyframe(float timeStamp, float[] vertices)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeStamp

public final float timeStamp

vertices

public final float[] vertices
Constructor Detail

Keyframe

public Keyframe(float timeStamp,
                float[] vertices)

libgdx API

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