SoInterpolateRotation

InventorModule
genre InventorInterpolate
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def

Purpose

The module SoInterpolateRotation interpolates two rotations on base of a interpolation factor in [0..1].

Windows

Default Panel

../../../Modules/Inventor/InventorBase/mhelp/Images/Screenshots/SoInterpolateRotation._default.png

Parameter Fields

Visible Fields

Alpha

name: alpha, type: Float, default: 0

Sets the interpolation factor in [0..1] with 0 = Input0 and 1 = Input1.

Input0

name: input0, type: Vector4List, default: 0 0 1 0

Sets the starting rotation for the interpolation.

Input1

name: input1, type: Vector4List, default: 0 0 1 0

Sets the target rotation for the interpolation.

Output

name: output, type: EngineOutput, persistent: no

Shows the resulting interpolation.