Hello I have an MD5 mesh that has a skelton.
when the mesh is first imported into the scene, the bounds look fine.
when a 90 degree rotation is applied to the mesh on the y-axis,
mesh.rotate(new Vector3D(0, 1, 0, 0), -90);
the bounds do not rotate along with the mesh.