I am new to Three.js and cannot solve this problem.
I want to change the point of view of a 3D object while scrolling, without changing object position on the canvas. As if the camera moves from right side to left side of an object.
From this view:

To this view:

But the object must remain in place.
How can I achieve this effect?