Repeat (Core)

Iterates a child graph for N steps, producing normalized indices for mapping.

Repeat Core

The Repeat Core loops its input graph for a fixed number of steps.
It powers iterative growth in Natsura.

  • Emits the normalized index u [0..1] per iteration
  • Supports fractional step limiting (fraction)
  • Used by Grow to build recursive structures

Outputs: repeated internodes with loop indices (u, repeat_index)