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

Mesh Morpher documentation

Int

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

Studio and Graph › Math

Int

A whole-number constant, for the counts and budgets that have to be integers: triangle targets, iteration counts, LOD levels, seeds.

Int node

The Int node

When to use it

A whole-number constant, for the counts and budgets that have to be integers: triangle targets, iteration counts, LOD levels, seeds.

It does the same job Float does, for the same reason. One place to change the number.

Reach for the int version where the consumer takes an int, so what arrives is the value you typed rather than something a float-to-int conversion rounded on the way.

Pins

Pin Type Description
Result Whole Number The number. Wire it into any setting that has an override pin.

Settings

Setting Type Description
Value Whole number The number this node hands out.