Class AnimatorsBoneTransform
java.lang.Object
zombie.util.PooledObject
zombie.core.skinnedmodel.animation.BoneTransform
zombie.core.skinnedmodel.animation.TwistableBoneTransform
zombie.core.skinnedmodel.animation.AnimatorsBoneTransform
- All Implemented Interfaces:
IPooledObject
-
Field Summary
Fields inherited from class TwistableBoneTransform
blendWeight, twist -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AnimatorsBoneTransformalloc()static TwistableBoneTransform[]allocArray(int count) <T extends BoneTransform>
TgetPreviousTransform(T result) floatvoidnextFrame(float timeDelta) voidreset()voidset(BoneTransform rhs) Methods inherited from class BoneTransform
getMatrix, getPosition, getPRS, getRotation, mul, mul, mul, mul, mul, onReleased, set, set, setIdentity, setPositionMethods inherited from class PooledObject
getPoolReference, isFree, release, setFree, setPool
-
Constructor Details
-
AnimatorsBoneTransform
public AnimatorsBoneTransform()
-
-
Method Details
-
set
- Overrides:
setin classTwistableBoneTransform
-
reset
public void reset()- Overrides:
resetin classTwistableBoneTransform
-
getPreviousTransform
-
getTimeDelta
public float getTimeDelta() -
nextFrame
public void nextFrame(float timeDelta) -
alloc
-
allocArray
-