glTF uses a right-handed coordinate system, that is, the cross product of +X and +Y yields +Z. glTF defines +Y as up. The front of a glTF asset faces +Z.
My question: If the source format(such as .stl) uses a +Z up system, how convert +Z up in source format into the glTF +Y up?