org.xith3d.loaders.models.animations
Class BoneWeight
java.lang.Object
org.xith3d.loaders.models.animations.BoneWeight
public class BoneWeight
- extends java.lang.Object
Insert type comment here.
|
Constructor Summary |
BoneWeight(int boneIndex,
float weight,
org.openmali.vecmath2.Vector3f offset)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoneWeight
public BoneWeight(int boneIndex,
float weight,
org.openmali.vecmath2.Vector3f offset)
getBoneIndex
public final int getBoneIndex()
getWeight
public final float getWeight()
getOffset
public final org.openmali.vecmath2.Vector3f getOffset()