Print view · Floor · 1 pageChoose "Save as PDF" as the destination in the print dialog.
Back to the docs

Mesh Morpher documentation

Floor

1 page · exported 2026-09-06 · https://meshmorpher.com/docs/studio-and-graph/voxel/math/floor

Studio and Graph › Voxel › Math

Floor

Rounds down to the nearest whole number.

Floor node

The Floor node

When to use it

Rounds down to the nearest whole number.

Combined with a multiply and a divide it quantises a smooth value into steps, but Terrace already does that with the step size as one readable number. Come here when you actually want the integer: a cell index, a band number, the input to a hash.

Pins

Pin Type Description
Input Number The number to work on.
Pin Type Description
Result Number The answer.