ThreeJS orbit controls set target without lookAt
问题 I am trying to make a 3D viewer for building models. We have the model loaded and are trying to make some sort of interaction with the model. Therefor we are using OrbiControls for rotating, panning and zooming the model. We want to have the behaviour in the viewer that when a user clicks and drags (thus rotating), the rotation center is at the point of the building where the user clicks. I thought I was wise by changing the target of the OrbitControl as such: control.target.set(newX, newY,