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 KeyframeModelTransformSampler.L_updateBoneAnimationTransform.keyMethods in zombie.core.skinnedmodel.animation that return KeyframeModifier and TypeMethodDescriptionKeyframe[]AnimationClip.getBoneFramesAt(int idx) AnimationClip.getKeyframe(int keyframeIndex) Keyframe[]AnimationClip.getKeyframes()Keyframe[]AnimationClip.getKeyframesForBone(int in_boneIdx, Keyframe[] inout_keyframesForBone) AnimationClip.getRootMotionFrameAt(int idx) static KeyframeMethods in zombie.core.skinnedmodel.animation with parameters of type KeyframeModifier and TypeMethodDescriptionKeyframe[]AnimationClip.getKeyframesForBone(int in_boneIdx, Keyframe[] inout_keyframesForBone) static voidKeyframe.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 KeyframevoidConstructor parameters in zombie.core.skinnedmodel.animation with type arguments of type KeyframeModifierConstructorDescriptionAnimationClip(float duration, List<Keyframe> keyframes, String name, boolean bKeepLastFrame) AnimationClip(float duration, List<Keyframe> keyframes, String name, boolean bKeepLastFrame, boolean isRagdoll) -
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.Vector3fKeyframeUtil.GetKeyFramePosition(Keyframe[] keyframes, float time, double duration) static org.lwjgl.util.vector.QuaternionKeyframeUtil.GetKeyFrameRotation(Keyframe[] keyframes, float time, double duration) Method parameters in zombie.core.skinnedmodel.runtime with type arguments of type Keyframe