blend_matrix
Blends a transform matrix with specified targets.
Inputs
transform
The double4x4
transform matrix to solve.
targets
The array<T>
containing the target structs to blend the input transform
with.
enable
Process this node if enabled. Else, skip any computation and outputs the input transform
as it is.
weight
The weight to control this node's influence on the transform
.
A value of 0.0
pass the transform
unchanged, 1.0
fully applies the node's effect, and any value between 0.0
and 1.0
blends between the input and modified transform
.
Outputs
out_transform
The solved transform
.