convertToAdditiveUsingFirstSample()
Converts animation to additive format by subtracting the first frame.
Declaration
static func convertToAdditiveUsingFirstSample() -> SampledAnimation<Value>.SkeletalAnimationOperationReturn Value
A SkeletalAnimationOperation that, when processed, produces a SampledAnimation<JointTransforms> in additive format.
Discussion
Creates a delta animation that represents the difference between each frame and the animation’s first frame. Useful for creating relative motion from absolute animation.