libgdx API

com.badlogic.gdx.graphics.g3d.keyframed
Class Keyframe

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

public class Keyframe
extends java.lang.Object

Container for the geometry of a single animation keyframe.

Author:
Dave Clayton

Field Summary
 short[][] indices
           
 boolean indicesSent
           
 boolean indicesSet
           
 Quaternion[] taggedJoint
           
 Vector3[] taggedJointPos
           
 float[][] vertices
           
 
Constructor Summary
Keyframe()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertices

public float[][] vertices

indices

public short[][] indices

indicesSet

public boolean indicesSet

indicesSent

public boolean indicesSent

taggedJointPos

public Vector3[] taggedJointPos

taggedJoint

public Quaternion[] taggedJoint
Constructor Detail

Keyframe

public Keyframe()

libgdx API

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