In Three.js, is it possible to save the resulting vector when calling lookAt()? I'd like to hold onto it for re-pointing the camera later, as a sort of reset.
I looked at the code for lookAt() and saw various matrix and quaternion manipulations but am unable to figure how to pull the final vector out of it all.