0
Q:

unity rotate quaternion around axis

RoatationVar = Quaternion.Euler(Vector3.up) * camera.rotation;
-1
transform.Rotate(axis, degrees);
0
transform.RotateAround(transform.position, transform.up, Time.deltaTime * 90f);
0
transform.RotateAround(point, axis, degrees);
-1

New to Communities?

Join the community