NimbusNiles / RogueDixie

3 stars 0 forks source link

Smoothen camera movement #17

Closed TimmPure closed 7 years ago

TimmPure commented 7 years ago

Use Vector3.SmoothDamp to slightly smoothen camera movement? Smoothtime 0.1f or 0.15f maybe.

TimmPure commented 7 years ago

Alternatively, linear interpolation (MathF,Lerp()?