Docs

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.