Camera tweening/interpolation ?

Hi,

i want to know if it´s possible to tween the active camera to an other pre-defined camera-position?

Thanks for your help.
yosh

You can use Vector3.Slerp() or Vector3.Lerp().

or

Oh yeah, nice. Thank you very much!