filmov
tv
Spiral fast

Показать описание
Fairly basic Sack's Spiral animation. Wherein the equally spaced numbers on the spiral line are defined by:
x = (-1) * cos(sqrt(i) * u * PI) * sqrt(i)
For every number i up to 1,000,000; where i is a prime number, and where u=2 and is incremented by 0.0001 per frame.
x = (-1) * cos(sqrt(i) * u * PI) * sqrt(i)
For every number i up to 1,000,000; where i is a prime number, and where u=2 and is incremented by 0.0001 per frame.