com.threerings.opengl.model.tools
Class ModelDef.BoneWeight
java.lang.Object
com.threerings.opengl.model.tools.ModelDef.BoneWeight
- All Implemented Interfaces:
- Comparable<ModelDef.BoneWeight>
- Enclosing class:
- ModelDef
public static class ModelDef.BoneWeight
- extends Object
- implements Comparable<ModelDef.BoneWeight>
The influence of a single bone on a vertex.
|
Field Summary |
String |
bone
The name of the influencing bone. |
float |
weight
The amount of influence. |
bone
public String bone
- The name of the influencing bone.
weight
public float weight
- The amount of influence.
ModelDef.BoneWeight
public ModelDef.BoneWeight()
compareTo
public int compareTo(ModelDef.BoneWeight other)
- Specified by:
compareTo in interface Comparable<ModelDef.BoneWeight>
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.