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

Now I need infinite procedural generation.