3D Animations for Hypercube wanted

Hi,
I made a Hypercube.
It looks like this: https://twitter.com/i/status/1196518912415981571

I am trying to make something that uses this structure with render3D but found no useful examples so far.
RGB-XYZ 3D Octants works as expected, the mapping is fine.

I was thinking about a plasma effect or something.
Any toughts?

:*
-flo

I defined the structure in a mapping that looks like this:

[1,0,0],
[2,0,0],
[3,0,0],
[4,0,0],
[5,0,0],
[6,0,0],
[7,0,0],
[8,0,0],
[9,0,0],
[10,0,0],
[11,0,0],
[12,0,0],
[13,0,0],

[14,1,0],
[14,2,0],
[14,3,0],
[14,4,0],
[14,5,0],
[14,6,0],
[14,7,0],
[14,8,0],
[14,9,0],
[14,10,0],
[14,11,0],
[14,12,0],
[14,13,0],

[13,14,0],
[12,14,0],
[11,14,0],
[10,14,0],
[9,14,0],
[8,14,0],
[7,14,0],
[6,14,0],
[5,14,0],
[4,14,0],
[3,14,0],
[2,14,0],
[1,14,0],

[0,13,0],
[0,12,0],
[0,11,0],
[0,10,0],
[0,9,0],
[0,8,0],
[0,7,0],
[0,6,0],
[0,5,0],
[0,4,0],
[0,3,0],
[0,2,0],
[0,1,0],

[0,0,1],
[0,0,2],
[0,0,3],
[0,0,4],
[0,0,5],
[0,0,6],
[0,0,7],
[0,0,8],
[0,0,9],
[0,0,10],
[0,0,11],
[0,0,12],
[0,0,13],

[1,0,14],
[2,0,14],
[3,0,14],
[4,0,14],
[5,0,14],
[6,0,14],
[7,0,14],
[8,0,14],
[9,0,14],
[10,0,14],
[11,0,14],
[12,0,14],
[13,0,14],

[14,1,14],
[14,2,14],
[14,3,14],
[14,4,14],
[14,5,14],
[14,6,14],
[14,7,14],
[14,8,14],
[14,9,14],
[14,10,14],
[14,11,14],
[14,12,14],
[14,13,14],

[13,14,14],
[12,14,14],
[11,14,14],
[10,14,14],
[9,14,14],
[8,14,14],
[7,14,14],
[6,14,14],
[5,14,14],
[4,14,14],
[3,14,14],
[2,14,14],
[1,14,14],

[0,13,14],
[0,12,14],
[0,11,14],
[0,10,14],
[0,9,14],
[0,8,14],
[0,7,14],
[0,6,14],
[0,5,14],
[0,4,14],
[0,3,14],
[0,2,14],
[0,1,14],
//top fertig
//strebe bottom to top links hinten
[0,14,1],
[0,14,2],
[0,14,3],
[0,14,4],
[0,14,5],
[0,14,6],
[0,14,7],
[0,14,8],
[0,14,9],
[0,14,10],
[0,14,11],
[0,14,12],
[0,14,13],
//strebe top to bottom rechts hinten
[14,14,13],
[14,14,12],
[14,14,11],
[14,14,10],
[14,14,9],
[14,14,8],
[14,14,7],
[14,14,6],
[14,14,5],
[14,14,4],
[14,14,3],
[14,14,2],
[14,14,1],
//strebe vorne rechts bottom to top
[14,0,1],
[14,0,2],
[14,0,3],
[14,0,4],
[14,0,5],
[14,0,6],
[14,0,7],
[14,0,8],
[14,0,9],
[14,0,10],
[14,0,11],
[14,0,12],
[14,0,13]
]

I just threw a bunch up at

https://electromage.com/patterns/

Some are mods to exiting patterns.

Check out this plasma!

https://www.bidouille.org/prog/plasma

Green ripple
Rainbow Melt
Honeycomb 3D
CubeFire 3D
Regenbogendrogen

Thank you ben!

1 Like