3.10. Interpolation

<interpolation> ‐ The interpolation parameters

3.10.1. Attributes

NameTypeDefaults
slerp_shortest_pathBOOLEANfalse

3.10.2. Description

This element defines the parameters of the quaternion interpolations.

The boolean value of the slerp_shortest_path attribute defines whether spherical linear interpolation, (SLERP) of two quaternions takes the shortest path or not.

3.10.3. Expected content

None.

3.10.4. Example

The example below defines a interpolation that uses the shortest path:

<interpolation slerp_shortest_path="true" />