Created
July 29, 2014 16:23
-
-
Save takashicompany/3779ba45f5fb6dd9002e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
var angle = 140; // Angle | |
var angleV3 = Quaternion.AngleAxis(angle, Vector3.forward) * Vector3.up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment