Created
July 9, 2014 06:41
-
-
Save Zerophase/3a57c7f59a765af1fc67 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Quaternion target = Quaternion.Euler(0f, 90f, 0f); | |
transform.rotation = Quaternion.Slerp(transform.rotation, transform.rotation * target, 1f); // place holder value |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment