Is there a way to define a specific starting orientation for the FirstPersonControls in Three.js? I need the starting orientation to vary based on the view, but currently it always begins with vector3(0,0,0) as the target. How can I change this to start with different orientations?