i have a coordinate system where the Y axis is UP. I need to convert it to a coordinate system where Z is UP. I have the rotations stored in quaternions, so my question is : if
Try : Quaternion rotation = new Quaternion(X,Z,Y, -W); //i had to swap Z and Y due to