Endless procedurally generated maps based on pictures

As always, I didn’t find it on the Internet, I did it myself! In the first version, I made it so that I could make a set of images that turn into architecture, that is, where the pixel is lighter, there is higher, and the rotation is darker, the lower, and their endless procedural generation as the camera moves as different planes.

Endless procedurally generated maps (Version 0 - Generating maps based on a set of images in one plane) | Babylon.js Playground

The movement takes place by pressing the arrow ←↓↑→ keys on the keyboard for a long time.

Endless procedurally generated maps (Version 1-Generating maps based on a set of images in one plane with noise overlay) | Babylon.js Playground

The local version without endless procedural generation is like a single map with many maps transformed from pictures.

Endless procedurally generated maps (Version 2 - A local version without endless procedural generation as a single map) | Babylon.js Playground

I don’t know where it can be applied, but let it stay… When you move the camera, the map from a random picture is updated to a new random map from a random picture.

Endless procedurally generated maps (Version 3 - When you move the camera, the map is updated to a new random map) | Babylon.js Playground

Maps from pictures superimposed on each other in a random place.

Endless procedurally generated maps (Version 4 - Cards from pictures superimposed on each other in a random place) | Babylon.js Playground

Great!

Endless procedurally generated maps (Version 5 - Maps from pictures but in random order) | Babylon.js Playground

Now I need infinite procedural generation this is endless procedural generation is superimposed on each other, and all that’s left is to fix this flaw.

Endless procedurally generated maps (Version 6 - Endless generation with the same set of cards from pictures) | Babylon.js Playground

WE’VE FINALLY FIXED IT!

Endless procedurally generated maps (Version 7-Endless generation with the same set of maps from pictures FIXED version) | Babylon.js Playground

And finally, we can do endless procedural generation of different maps from different pictures.

Endless procedurally generated maps(Version 8 - Endless procedural generation of different maps from different pictures) | Babylon.js Playground