Matrix Mixer
Mix two matrices.
Installation
To use this Node, you must enable omni.anim.shared.core
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
alpha |
|
Alpha blend value between transform_a and transform_b |
1.0 |
interpolate_scale |
|
Interpolate the scale of transform_b |
True |
interpolate_rotation |
|
Interpolate the rotation of transform_b |
True |
interpolate_translation |
|
Interpolate the translation of transform_b |
True |
transform_a |
|
A transform matrix |
[[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]] |
transform_b |
|
B transform matrix |
[[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]] |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
transform |
|
Output transform matrix |
[[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]] |