Binary operation on int | Substance 3D Designer

Binary operation on int

In: Substance model graph/Operation

Simple

Description

The Binary operation on int node outputs the result of the operation set by the user on the input Integer x and y values.

Parameters

  • Operation Enum
    The operation applied to the input values:
    • Addition x + y
    • Subtraction x – y
    • Multiplication x * y
    • Division x / y
    • Minimum x if x - y <= 0 OR y if x – y > 0
    • Maximum x if x - y >= 0 OR y if x - y < 0
    • Power x ^ y
    • Modulo x % y
  • Value 1 Integer
    The first operand x of the operation
  • Value 2 Integer
    The second operand y of the operation

Example Images

 Adobe

Get help faster and easier

New user?