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 in_count) <T extends BoneTransform>
TgetPreviousTransform(T out_result) floatvoidnextFrame(float in_timeDelta) voidreset()voidset(BoneTransform in_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 in_timeDelta) -
alloc
-
allocArray
-