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 float
BlendWeight
float
Twist
-
Constructor Summary
Constructors Modifier Constructor Description protected
TwistableBoneTransform()
-
Method Summary
Modifier and Type Method Description static TwistableBoneTransform
alloc()
Methods inherited from class zombie.core.skinnedmodel.animation.BoneTransform
getMatrix, getPosition, getPRS, mul, mul, set, set, set, setIdentity, validateInternal, validatePRS
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-