John Wu
1
Q:

how to turn 3 floats into quartenion

using UnityEngine;public class Example : MonoBehaviour
{
    void Start()
    {
        // A rotation 30 degrees around the y-axis
        Quaternion rotation = Quaternion.Euler(0, 30, 0);
    }
}
5

New to Communities?

Join the community