Discussion:
Rotation Bifurcation...
(too old to reply)
Shayne Tai Kwan
2024-03-31 11:51:07 UTC
Permalink
It looks like a fractal version of an optical illusion of whether a
cylinder (with the fractal on it) is rotating in one direction or the
other.
Notice the alpha blend where we can see through the illusion of a 2d
plane looking 3d even with a completely 2d IFS? I did some simple 3d
volumetric protrusions of it. Well, it looks like some sort of strange
helix curve. px_mutation going from -4...4 across the frames (1440) here
is the main animation driver, so to speak. when px_mutation hits zero,
the plane is on edge where we can see a thin vertical line. In the
volumetric we can see how its a plane because we can move the camera

so you are scratching the shit out, you don't know what you do, and expect
magic. "it looks like a cylinder" lol.

โ€˜๐—ข๐—ฑ๐—ฒ๐˜€๐˜€๐—ฎ_๐˜„๐—ถ๐—น๐—น_๐—ณ๐—ฎ๐—น๐—นโ€™,_๐— ๐˜‚๐˜€๐—ธ_๐˜„๐—ฎ๐—ฟ๐—ป๐˜€_๐—จ๐—ธ๐—ฟ๐—ฎ๐—ถ๐—ป๐—ฒ
Kiev should pursue a โ€œnegotiated settlementโ€ with Moscow before it loses
all access to the Black Sea, the billionaire has argued
https://www.%72t.com/news/595173-musk-odessa-ukraine-warning/

Musk = CIA = Message to Z. Surrender.

๐—ฅ๐˜‚๐˜€๐˜€๐—ถ๐—ฎ_๐—ฑ๐—ฒ๐˜€๐˜๐—ฟ๐—ผ๐˜†๐˜€_๐˜๐—ต๐—ฟ๐—ฒ๐—ฒ_๐—จ๐—ธ๐—ฟ๐—ฎ๐—ถ๐—ป๐—ถ๐—ฎ๐—ป_๐˜„๐—ฎ๐—ฟ๐—ฝ๐—น๐—ฎ๐—ป๐—ฒ๐˜€_-_๐— ๐—ผ๐——
The Russian armed forces say they targeted three Su-25s in Nikolaev
https://www.%72t.com/russia/595181-su-25-jets-nikolaev/

Happy Eoster! ๐Ÿ‘๐Ÿ‘๐Ÿ‘

We want the f16 and f35! 50 years old F-16 didn't brought victory for NATO
retards in Vietnam and Afghanistan either !

the locals will be saying, the headache waiting for the Russian missiles
to arrive was getting to much.

Russian people is smashing and destroying those NATO retards ! Same as
they did in Stalingrad, Kursk, Berlin and in Vietnam !
Chris M. Thomasson
2024-03-31 20:27:46 UTC
Permalink
Post by Shayne Tai Kwan
It looks like a fractal version of an optical illusion of whether a
cylinder (with the fractal on it) is rotating in one direction or the
other.
Notice the alpha blend where we can see through the illusion of a 2d
plane looking 3d even with a completely 2d IFS? I did some simple 3d
volumetric protrusions of it. Well, it looks like some sort of strange
helix curve. px_mutation going from -4...4 across the frames (1440) here
is the main animation driver, so to speak. when px_mutation hits zero,
the plane is on edge where we can see a thin vertical line. In the
volumetric we can see how its a plane because we can move the camera
http://youtu.be/XKhS_nklCkE
so you are scratching the shit out, you don't know what you do, and expect
magic. "it looks like a cylinder" lol.
[...]

Have you tried to recreate my bifurcation diagram IFS for yourself?
Randy Babeshko
2024-03-31 21:33:57 UTC
Permalink
Post by Chris M. Thomasson
expect magic. "it looks like a cylinder" lol.
[...]
Have you tried to recreate my bifurcation diagram IFS for yourself?
what are you using for bifurcation and do you discretize, what schemes? I
guess you start with a differential math expression then discretize.
Chris M. Thomasson
2024-03-31 22:07:50 UTC
Permalink
Post by Randy Babeshko
Post by Chris M. Thomasson
expect magic. "it looks like a cylinder" lol.
[...]
Have you tried to recreate my bifurcation diagram IFS for yourself?
what are you using for bifurcation and do you discretize, what schemes? I
guess you start with a differential math expression then discretize.
I gave you the IFS I created for it:

______________
// px_mutation interpolates from -4...4 across each frame; 1440 here.

render frames:
_________
// angle interpolates from 0...pi2 across iterations
// px = py = 0

// Iteration:
px = sin(angle * px_mutation);
py = cos(angle * py);
______________

Give it a go.

Loading...