|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.graphics.g3d.loaders.md5.MD5Joints
public class MD5Joints
Field Summary | |
---|---|
float[] |
joints
|
java.lang.String[] |
names
|
int |
numJoints
|
Constructor Summary | |
---|---|
MD5Joints()
|
Method Summary | |
---|---|
void |
read(java.io.DataInputStream in)
|
void |
write(java.io.DataOutputStream out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String[] names
public int numJoints
public float[] joints
Constructor Detail |
---|
public MD5Joints()
Method Detail |
---|
public void read(java.io.DataInputStream in) throws java.io.IOException
java.io.IOException
public void write(java.io.DataOutputStream out) throws java.io.IOException
java.io.IOException
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |