I am trying to get textures in the 3D model I am creating from the ARKit scene reconstruction mesh. I am able to export the the mesh in a .obj file. The framework is also creating the .mtl file. However, there is no color in the mesh. I want to add real world textures to the mesh, possible from the arFrame.capturedImage to make the model look more real. How can I achieve this?