3dSynth

Docs / SynthBlocks

Open in the interactive docs reader

Arithmetic

Add, subtract, multiply, divide, or modulo. Choose the operation from the dropdown.

Block

Interactive preview is available in the interactive reader.

Parameters

left
First operand.
op
+ add, − subtract, × multiply, ÷ divide, mod remainder.
right
Second operand.

How it works

Arithmetic is the workhorse for combining values. Use it with Variables (normZ, t) and other math blocks to build dynamic expressions. Modulo (%) returns the remainder after division — useful for repeating patterns.