Examples

spiral


Open In Editor

This patch shows how to make a simple spiral with a normalized array.

The trick is that we multiply the sin and cos output with the original normalized array.
This makes the spiral branch out the higher it goes.
The animation trick is a simple smoothstep animated on the original array and applied to the Y axis.