Capítulo 296 de 859

Chapter 296: QuaternionKeyframeTrack

Core Idea

A track for Quaternion keyframe values.

Key Concepts

  • ValueTypeName : string: The value type name.

Reference Tables

Constructor

Signature
`new QuaternionKeyframeTrack( name : string, times : Array.<number>, values : Array.<number>, interpolation : InterpolateLinear

Properties

PropertyDescription
.ValueTypeName : stringThe value type name.

Methods

MethodDescription
.InterpolantFactoryMethodLinear( result : TypedArray ) : QuaternionLinearInterpolantOverwritten so the method returns Quaternion based interpolant.

Key Takeaways

  1. QuaternionKeyframeTrack extends: KeyframeTrack
  2. Most relevant properties: ValueTypeName.
  3. Key methods: InterpolantFactoryMethodLinear.

Connects To