While searching for information on setting up the camera, I came across references to the lookAt
function in various posts. However, when I checked the THREE.js documentation, I couldn't locate this method. Can anyone help me understand where it went and suggest an alternative to the lookAt
function?
The only lookAt
method I found was for Object3D
: , but it doesn't seem to serve the intended purpose.