Houdini 20.0 Nodes VOP nodes

MtlX If Greater VOP node

On this page

Output the value of in1 if value1>value2, or the value of in2 if value1<=value2.

Parameters

value1

The first value or nodename to compare. Default is 1.0.

value2

The second value or nodename to compare must be the same type as value1. Default is 0.0.

in1

The value or nodename to output if value1 > value2; must be the same type as the ifgreater node’s output. Default is 0.0.

in2

The value or nodename to output if value1 ≤ value2; must be the same type as the ifgreater node’s output. Default is 0.0.

Outputs

out

float

VOP nodes