Responsive renderer with limits

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:
next

I suppose it has to do with camera position?

Up. Any clue here?

how is this different?

@pailhead

Before:
4

After:
5

Still no clue?

It’s been a while now, but here’s another topic that explains better the responsive issue and the solution : Keeping an object scaled based on the bounds of the canvas (really battling to explain this one) - #10 by nagman