Looking-Glass / JoyconLib

Joy-Con library for Unity.
MIT License
471 stars 91 forks source link

Gimbal Lock #41

Open ggaroutte opened 3 years ago

ggaroutte commented 3 years ago

I'm getting gimbal lock when I rotate the Joycon is anyone else getting this?

transform.rotation = Quaternion.Lerp(transform.rotation, myJoycon.GetVector(), .15f);