Thank's for the example
But what i need is this :
situation 1 : Set camera to : player.x - player.y -150
situation 2 : Set camera to : player.x+300 - player.y -150
situation 3 : Set camera to : player.x-200 - player.y -50
Without lerp, To make the camera stick every tick to the position.
I want to use the lerp only when converting between cameras.