Uses of Class
zombie.core.skinnedmodel.animation.Keyframe
Packages that use Keyframe
-
Uses of Keyframe in zombie.core.skinnedmodel.animation
Fields in zombie.core.skinnedmodel.animation declared as KeyframeModifier and TypeFieldDescriptionstatic final Keyframe
ModelTransformSampler.L_updateBoneAnimationTransform.key
Methods in zombie.core.skinnedmodel.animation that return KeyframeModifier and TypeMethodDescriptionKeyframe[]
AnimationClip.getBoneFramesAt
(int idx) AnimationClip.getKeyframe
(int int0) Keyframe[]
AnimationClip.getKeyframes()
Keyframe[]
AnimationClip.getKeyframesForBone
(int int0, Keyframe[] keyframes) AnimationClip.getRootMotionFrameAt
(int idx) StaticAnimation.interpolate
(List<Keyframe> frames, float time) Deprecated.static Keyframe
Methods in zombie.core.skinnedmodel.animation with parameters of type KeyframeModifier and TypeMethodDescriptionKeyframe[]
AnimationClip.getKeyframesForBone
(int int0, Keyframe[] keyframes) static void
Keyframe.lerp
(Keyframe a, Keyframe b, float time, org.lwjgl.util.vector.Vector3f out_pos, org.lwjgl.util.vector.Quaternion out_rot, org.lwjgl.util.vector.Vector3f out_scale) static Keyframe
void
Method parameters in zombie.core.skinnedmodel.animation with type arguments of type KeyframeModifier and TypeMethodDescriptionvoid
StaticAnimation.doRootMotion
(List<Keyframe> frames) Deprecated.void
StaticAnimation.interpolate
(List<Keyframe> frames) Deprecated.StaticAnimation.interpolate
(List<Keyframe> frames, float time) Deprecated.Constructor parameters in zombie.core.skinnedmodel.animation with type arguments of type KeyframeModifierConstructorDescriptionAnimationClip
(float duration, List<Keyframe> keyframes, String name, boolean bKeepLastFrame) AnimationClip
(float float0, List<Keyframe> list, String string, boolean boolean1, boolean boolean0) -
Uses of Keyframe in zombie.core.skinnedmodel.runtime
Methods in zombie.core.skinnedmodel.runtime with parameters of type KeyframeModifier and TypeMethodDescriptionstatic org.lwjgl.util.vector.Vector3f
KeyframeUtil.GetKeyFramePosition
(Keyframe[] keyframes, float float0, double double0) static org.lwjgl.util.vector.Quaternion
KeyframeUtil.GetKeyFrameRotation
(Keyframe[] keyframes, float float0, double double0) Method parameters in zombie.core.skinnedmodel.runtime with type arguments of type Keyframe