circle-nodesInstancing

In simplest terms, instancing duplicates a shape to multiple locations.

One-Click Instancing:

  • Connect a shape node (like Circle) to another shape node (like Square).

  • The Circle duplicates to each of the Square’s vertices, creating a group of four circles in a square formation.

The Circle node acts as the instancing target, while the Square node doing the duplicating acts as the instancing source (if you’re familiar with that terminology 😉).

Nesting

Connect the Square node to a Triangle node — now each triangle vertex hosts four circles! 🤯

circle-info

Quick tip: If you wish to create multiple instances try to use the Grid node as your instancing target.


Real-Time Properties:

Each node in an instancing chain can have its own properties (position, rotation, scale) changed in real-time, allowing for dynamic effects and animations.

Instance selection

Coming soon

Effects with instances

Effects can be applied per instance or to the entire group.

Nodalin’s Effects operate on live, procedural shapes. This means the geometric and property data of the input remain accessible to subsequent nodes in the chain. Effects can be chained together to create complex visualizations while preserving the properties of their input shapes. In other words, an effect node doesn’t flatten its input into a simple texture.

In the following example, a Circle node is connected to a Trail effect node, and the chain continues with a Square node — resulting in an instanced set of four circles leaving a trail. The effect is applied to the circles themselves, without breaking the output chain.

circle-exclamation

Last updated