Create a grid of cubes rotated with a look at quaternion (3D rotation).

<aside> <img src="/icons/notification_gray.svg" alt="/icons/notification_gray.svg" width="40px" />

Flow Nodes version 3.0.0 or newer is required for this guide

</aside>

Screenshot 2025-10-01 at 14.15.41.png

Start with a new flow:

Screenshot 2025-10-01 at 14.09.25.png

Cube

Add a Cube node:

Screenshot 2025-10-01 at 14.09.49.png

Set it’s size to 0.1 in all axis:

Screenshot 2025-10-01 at 14.11.53.png

Grid

Add a 3D Point Grid node, and set it’s origin to -0.5 in all axis and set the count to 5 in all axis.

Screenshot 2025-10-01 at 14.11.13.png

Clones

Add a Clones Geometry node and connect the cube and the grid:

Screenshot 2025-10-01 at 14.12.13.png

This is a basic grid with the position Point 3D list being auto converted to a Transform 3D list.

Edit