Class TwistableBoneTransform
java.lang.Object
zombie.util.PooledObject
zombie.core.skinnedmodel.animation.BoneTransform
zombie.core.skinnedmodel.animation.TwistableBoneTransform
- All Implemented Interfaces:
IPooledObject
public final class TwistableBoneTransform extends BoneTransform
-
Field Summary
Fields Modifier and Type Field Description floatBlendWeightfloatTwist -
Constructor Summary
Constructors Modifier Constructor Description protectedTwistableBoneTransform() -
Method Summary
Modifier and Type Method Description static TwistableBoneTransformalloc()Methods inherited from class zombie.core.skinnedmodel.animation.BoneTransform
getMatrix, getPosition, getPRS, mul, mul, set, set, set, setIdentity, validateInternal, validatePRSMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.util.IPooledObject
onReleased
-
Field Details
-
BlendWeight
public float BlendWeight -
Twist
public float Twist
-
-
Constructor Details
-
TwistableBoneTransform
protected TwistableBoneTransform()
-
-
Method Details
-
alloc
-