Currently my code goes through all vertices of a mesh, finds the lowest one, and moves the mesh that amount towards the floor (snapping to Z = 0).
Is there a faster way to do that? I tried usin AABB, but it only works with rotation on one axis, not multiple.
Thanks!