Sorting 3D Image Grid

Good day!

Please help me find a direction.

I strive to create an image gallery, something like https://www.youtube.com/watch?v=dM_dWVWibFo&t=66s

It’s like a multi-layered cloud, but with an option to sort images.

I already able to implement “random cloud” of images, but I cant understand how should I implement sorting and shuffling. I believe there should be some data structure like graph maybe…

Thanks a lot!

Look at source code in video. Sorting is maybe default position before shuffle. Random cloud can be done with random vector on sphere.

1 Like

The video looks like a fork of the official threejs periodic table example.
I also have a fork of it.

1 Like