distribution node reference

Product media placeholder

Replace this area with a screenshot or short walkthrough video during the media sweep.

Point distribution generators: grid, circle, linear, random, fibonacci spiral, path sampling. Feed into Generator node to create object clones.

Category key distributionGenerated public nodes 10Registry source faster-motion-docs/node-registry.json

Nodes

NodeTypeContextDescription
Circle DistributioncircleDistributionsharedDistribute points evenly around a circle.
Clone SlotcloneSlotcanvasPre-declared clone slot for GeneratorNode. Gates clone visibility based on activeCount from generator.
Fibonacci DistributionfibonacciDistributionsharedGolden angle spiral distribution (sunflower pattern).
GeneratorgeneratorcanvasCreate display object clones at distribution positions. First node that creates visible shapes.
Grid DistributiongridDistributionsharedDistribute points in a rows × cols grid centered at origin.
Instance ApplyinstanceApplycanvasF264 Phase 2: Writes Mat4TransformBundle per-instance transforms to GeneratorNode clone STNs via SceneTransformNode.setPose. Decomposes 4×4 → 2D pose per clone — full port contract flow, no imperative HeadlessObject mutation.
Instance Stagger ComputeinstanceStaggerComputecanvasPer-instance staggered offset/scale animation. Proves Mat4 pipeline works for non-text domains.
Linear DistributionlinearDistributionsharedDistribute points along a line from start to end.
Path DistributionpathDistributionsharedDistribute points along a path via arc-length sampling.
Random DistributionrandomDistributionsharedDistribute points randomly in a bounding box (seeded PRNG).

Was this guide helpful?