Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class QuaternionTest : MonoBehaviour {
- void Update () {
- transform.rotation = transform.rotation * Quaternion.AngleAxis(60f * Time.deltaTime, transform.up);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement