In three.js, I'm looking to dynamically adjust my camera's position while ensuring that its rotation automatically aligns with the world origin.
For instance, if the camera is initially set at:
camera.position.set(25,25,25)
I aim to have the camera's rotation updated to face the origin as it moves.