Currently, I am animating objects towards the camera and aiming to have them facing the camera upon arrival. To achieve this, I am utilizing object.lookAt(camera.position)
However, I am encountering a challenge in tweeing the object back to its initial rotation after applying lookAt
. I am looking for a solution to revert the object to its original rotation as the tween does not seem to work in this scenario. Any suggestions?