ProtoFlux:Value One Minus: Difference between revisions

From Resonite Wiki
Filled in the node page.
Fixed node visual.
 
Line 4: Line 4:
|Inputs=
|Inputs=
[
[
{"Type":"Dummy"}
{"Name":"X", "Type":"Dummy"}
]
]
|Outputs=
|Outputs=
[
[
{"Type":"Dummy"}
{"Name":"*", "Type":"Dummy"}
]
]
|}}
|}}

Latest revision as of 16:27, 27 June 2024

1-n
X
*
Operators

The Value One Minus node takes in a value and subtracts it from a starting point of 1. This can be done similarly with the Sub node.

This node is useful for working with Blendshapes, especially when you want one blendshape to be the opposite value of the other.

Inputs

* (Pseudo-Generic)

Takes in the number we want to use for subtracting from 1.

Outputs

* (Pseudo-Generic)

Returns the new value.

See Also