Website Header Slim

Derive Node Reference

Min/Max Node

Description

The Min/Max node outputs the smaller or greater of two values A and B.

Sample Tree

Properties

Property Name Property Type Description
Operation
Enumerator

Select whether the node should output the minimum or the maximum of two values.

A
Float
Uniform float to be used as input for the Min/Max operation (only available if the A-input is not connected).
B
Float
Uniform float to be used as input for the Min/Max operation (only available if the B-input is not connected).

Inputs

Input Name Allowed Data Types Description
A
Float, RGBA
Input that takes the first texture for the Min/Max operation.
B
Float, RGBA
Input that takes the second texture for the Min/Max operation.

Outputs

Output Name Data Type Description
Min/Max
Float if all inputs are of type float, otherwise RGBA.
Outputs the minimum or maximum of of A and B, depending on the selected operation.

Login