Hi!
I’m trying to make my camera moving for the same destintion and distance as my object does. But i want to use Lerp for smooth move. To do that i need to know coordinates of destination of my camera.
I know Vector3 of B (1 position of object), C (destination of object), A (position of camera)
How could i find Vector3 of D to create smooth move from A to D for the same distance and direction B->C