KeyframeTrack

QuaternionKeyframeTrack

A Track of quaternion keyframe values.

Constructor

QuaternionKeyframeTrack(name : String, times : Array, values : Array, interpolation : Constant)

Properties

See KeyframeTrack for inherited properties.

.DefaultInterpolation : Constant

The default interpolation type to use, InterpolateLinear.

.ValueTypeName : String

String 'quaternion'.

Methods

See KeyframeTrack for inherited methods.

.InterpolantFactoryMethodLinear() → QuaternionLinearInterpolant

Returns a new QuaternionLinearInterpolant based on the values, times and valueSize of the keyframes.

Source

For more info on how to obtain the source code of this module see this page.