What is the conversion for a rotation into a float3? Either degrees or radians would be preferred.
I found it.
math.degrees(math.EulerZXY(localToWorld.Rotation));
1 Like
What is the conversion for a rotation into a float3? Either degrees or radians would be preferred.
I found it.
math.degrees(math.EulerZXY(localToWorld.Rotation));