Positions need to be rotated 90 degrees around the x-axis, and mirrored/scaled along the z-axis (depending on whether you use a left- or right handed coordinate system).
Thanks, that was indeed my problem. All I had to do was create the rotation/scale matrix and apply it to all the vertices on export and also turn my indices for each triangle backward