Exporting .mesh scanned mesh

  • ARDK version: 2.5.2

Description of the issue:

I am using the scanning sample from the ardk 2.5.2. I am saving the meshes being saved in a file type of .mesh. How can I change that to a universal format like OBJ or STL etc

1 Like

I have the same Question, is it possible to export the mesh to .stl or some similar format?

Yes, it is possible to export the mesh in a different format if you needed it that way, but it isn’t functionality already built into the scanning framework. You would have to roll your own solution that uses the resulting mesh’s data to write it to a file format you want. On the Unity forums there’s a thread on writing a mesh to OBJ or FBX: https://forum.unity.com/threads/export-unity-mesh-to-obj-or-fbx-format.222690/.

I hope that points you in the right direction.