Houdini 20.0 Nodes VOP nodes

Fuzzy Or VOP node

Performs a fuzzy “or” operation between its inputs and returns a value between 0 and 1.

On this page
Since 14.5

This operator performs a fuzzy “or” operation (Zadeh OR) between its inputs and outputs a fuzzy value denoting the truth of the statement. Given boolean inputs, this computes the logical Or of the inputs.

Typically, fuzzy “or” is used to define rules (conditions) for fuzzy inference in a fuzzy logic network. All inputs and the output data type are floats (inputs are clamped to 0 to 1).

Inputs

Input Number 1…N

The input values to be combined together.

Next Input

Where the next input value should be connected. Up to 64 inputs can be specified.

Outputs

Combined Value

The fuzzy “or” combination of all inputs.

See also

VOP nodes