SkinnedModelEntitySlerpMatrix Method |
Interpolate between matrixes, used for animations blend.
Namespace:
GeonBit.Core.Graphics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void SlerpMatrix(
ref Matrix start,
ref Matrix end,
float slerpAmount,
out Matrix result
)
Parameters
- start
- Type: Matrix
Start matrix. - end
- Type: Matrix
End matrix. - slerpAmount
- Type: SystemSingle
Interpolation pos. - result
- Type: Matrix
Output matrix.
See Also