The MASM Forum
Projects => Game Development => Topic started by: HSE on October 26, 2019, 09:24:18 AM
-
A different chaotic system, very interesting and very simple:
dx/dt = -b * x + sin(y)
dy/dt = -b * y + sin(z)
dz/dt = -b * z + sin(x)
It's a little slow. Like before red: slower velocities, blue: faster velocities and green: intermediate.
-
:thumbsup:
The brilliant point is a good effect
-
A different chaotic system, very interesting and very simple:
dx/dt = -b * x + sin(y)
dy/dt = -b * y + sin(z)
dz/dt = -b * z + sin(x)
It's a little slow. Like before red: slower velocities, blue: faster velocities and green: intermediate.
very nice and cool,don't mind its speed,you can enjoy it more in slow :thumbsup:
-
The brilliant point is a good effect
:biggrin: It can be improved, I think.
you can enjoy it more in slow :thumbsup:
That is the idea :thumbsup:
-
Cool Attractor. :thumbsup: