[Solved] Camera left-skewed

I played a camera rotation animation using Quaternion, then after switchback to Euler. The screen seems left-skewed.

It turns out the animation update camera.rotation.z. Simply camera.rotation.z=0!!!

1 Like

Good job :slight_smile:

1 Like