Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity3d quaternion add 90 degrees

//This way you can add a specific of degree (in this case 90 on y) 
//to a specific axis
rotation *= Quaternion.Euler(0, 90, 0);
 
PREVIOUS NEXT
Tagged: #quaternion #add #degrees
ADD COMMENT
Topic
Name
7+5 =