I have an Orthographic camera where the position is { x:0, y:100, z:0 } and is pointing/looking at { x:0, y:0, z:0 }. At this point, I’m able to capture the mouse movement and translate it to make the pan correctly. If the mouse goes 10 px down/y I just have to move Z inRead more