@Vickie_C there’s too much happening (and some things not doing anything) in your pen.
I recommend you simplify by positioning a Mesh (with PlaneGeometry), not a texture for scene background, based on this:
There you’ll find functions to implement similar to CSS object-fit: cover
.
That will position exactly how you want using a PerspectiveCamera
. It is even easier if you use an OrthographicCamera
because then the fristum is rectangular. You can even fork the codepen from that post and start with that, then you can apply your shader to the texture of that Mesh (remove anything that is not needed in the shader like offset
, etc).
Here’s the pen forked to use cover
mode (see lines 90 to 92):
Video: