4

I am new for Metal and ARkit. I started learning about Lidar and scene’s depth data to visualize the shape. Below is the link for the point cloud sample code provided by Apple Developers.

https://developer.apple.com/documentation/arkit/visualizing_a_point_cloud_using_scene_depth

Can someone please help me how to export the 3D file for the point cloud or some guidance that how to achieve Or is there any way to convert the point cloud data to MDLMesh so that i can export file from it.

de.
  • 3,391
  • 1
  • 27
  • 45
AnilG
  • 51
  • 3

1 Answers1

0

yes there is, see this project here: https://github.com/zeitraumdev/iPadLIDARScanExport which saves a snapshot as obj file. More detailed information are here:

https://medium.com/zeitraumgruppe/what-arkit-3-5-and-the-new-ipad-pro-bring-to-the-table-d4bf25e5dd87

Ph.Homann
  • 91
  • 1
  • 4