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 int0) Keyframe[]AnimationClip.getKeyframes()Keyframe[]AnimationClip.getKeyframesForBone(int int0, Keyframe[] keyframes) AnimationClip.getRootMotionFrameAt(int idx) StaticAnimation.interpolate(List<Keyframe> frames, float time) Deprecated.static KeyframeMethods in zombie.core.skinnedmodel.animation with parameters of type KeyframeModifier and TypeMethodDescriptionKeyframe[]AnimationClip.getKeyframesForBone(int int0, Keyframe[] keyframes) 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 KeyframevoidMethod parameters in zombie.core.skinnedmodel.animation with type arguments of type KeyframeModifier and TypeMethodDescriptionvoidStaticAnimation.doRootMotion(List<Keyframe> frames) Deprecated.voidStaticAnimation.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.Vector3fKeyframeUtil.GetKeyFramePosition(Keyframe[] keyframes, float float0, double double0) static org.lwjgl.util.vector.QuaternionKeyframeUtil.GetKeyFrameRotation(Keyframe[] keyframes, float float0, double double0) Method parameters in zombie.core.skinnedmodel.runtime with type arguments of type Keyframe