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[] keyframe) 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[] keyframe) static void
Keyframe.lerp
(Keyframe keyframe0, Keyframe keyframe1, float float1, org.lwjgl.util.vector.Vector3f vector3f0, org.lwjgl.util.vector.Quaternion quaternion, org.lwjgl.util.vector.Vector3f vector3f1) 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[] keyframe0, float float0, double double0) static org.lwjgl.util.vector.Quaternion
KeyframeUtil.GetKeyFrameRotation
(Keyframe[] keyframe0, float float0, double double0) Method parameters in zombie.core.skinnedmodel.runtime with type arguments of type Keyframe