The point the camera orbits (its eased, current value).
Vector3 get target => _target.clone();
set target(Vector3 value) { _target = value.clone(); _targetGoal = value.clone(); }