Creating architecture from a picture! Turn an image into an structure (Makarov version)

To be honest, I dreamed of doing this a long time ago, because on the Internet all these converters seem to be made under one carbon copy, and they just make noise instead of making a smooth maze.

I don’t need noise, I need a pure maze created from pictures to create an endless exotic maze to create a full-fledged version of backrooms. And I brought this idea to life and made an endless procedural generation of backrooms with maze maps based on pictures, if you haven’t looked, be sure to take a look → Backrooms in Babylon.js (Version 6) | Babylon.js Playground.

I also have another version in python where I made it so that the darker the pixel in the picture, the higher the bump, and accordingly, the lighter the pixel, the lower the higher.

Let’s make the same version on babylon.js, and that’s what I got → Creating architecture from a picture (According to the gradient of lightness and darkness) | Babylon.js Playground.