Also, do you think it’s easy to implement a sort of “justify” on this?
I would like my scene to be aligned on the bottom left corner, and not the center.
Like if you did in CSS:
background-position: bottom left;
background-size: cover;
Or even more accurate:
background-position: 20% 80%;
background-size: cover;
I’d like to reproduce this layout with 3D:
I suppose it has to do with camera position?