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
| Node | Type | Context | Description |
|---|---|---|---|
| Circle Distribution | circleDistribution | shared | Distribute points evenly around a circle. |
| Clone Slot | cloneSlot | canvas | Pre-declared clone slot for GeneratorNode. Gates clone visibility based on activeCount from generator. |
| Fibonacci Distribution | fibonacciDistribution | shared | Golden angle spiral distribution (sunflower pattern). |
| Generator | generator | canvas | Create display object clones at distribution positions. First node that creates visible shapes. |
| Grid Distribution | gridDistribution | shared | Distribute points in a rows × cols grid centered at origin. |
| Instance Apply | instanceApply | canvas | F264 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 Compute | instanceStaggerCompute | canvas | Per-instance staggered offset/scale animation. Proves Mat4 pipeline works for non-text domains. |
| Linear Distribution | linearDistribution | shared | Distribute points along a line from start to end. |
| Path Distribution | pathDistribution | shared | Distribute points along a path via arc-length sampling. |
| Random Distribution | randomDistribution | shared | Distribute points randomly in a bounding box (seeded PRNG). |