-
Notifications
You must be signed in to change notification settings - Fork 10
Quaternion Slerp Node
Ryan Porter edited this page Feb 13, 2017
·
1 revision
Computes the spherical interpolation between the input quaternions.
Attribute Name | Description | Attribute Type |
---|---|---|
input1Quat (i1q) | Quaternion to rotate from. | double4 |
input1Quat (i2q) | Quaternion to rotate to. | double4 |
tween (t) | Percent of the interpolation between the two inputs. | double |
spin (s) | Number of complete revolutions around the axis. If spin is negative, the interpolation will take the "long" path on the quaternion sphere. | int |
outputQuat (oq) | Interpolated quaternion rotation. | double4 |