The ConditionNode can be used for a numeric condition. If the value x is lower than 0 it returns the first sockets value. Otherwise it returns the second sockets value. You can use this node to improve the performance because only one of the input sockets are requested.
first value | Is returned if x is lower than 0. |
second value | Is returned if x is higher or equal 0. |
x | The condition value. |
The first or second sockets value depending on x. |