Incorporating mrdoob's PointerLockControls.js example was seamless in this project. However, a peculiar issue arose when altering the camera position from camera.position.set(2, 2, 3 );
to
camera.position.set(1100, 150, -50 );
. Instead of adjusting the view, it appeared to 'rotate' along the z axis.