接口 AnimationChannel.Interpolation

封闭类:
AnimationChannel

public static interface AnimationChannel.Interpolation
  • 方法概要

    修饰符和类型
    方法
    说明
    org.joml.Vector3f
    apply(org.joml.Vector3f pAnimationVecCache, float pKeyframeDelta, Keyframe[] pKeyframes, int pCurrentKeyframeIdx, int pNextKeyframeIdx, float pScale)
     
  • 方法详细资料

    • apply

      org.joml.Vector3f apply(org.joml.Vector3f pAnimationVecCache, float pKeyframeDelta, Keyframe[] pKeyframes, int pCurrentKeyframeIdx, int pNextKeyframeIdx, float pScale)