ExampleOfiOSLiDAR
ExampleOfiOSLiDAR copied to clipboard
Combine the export feature with scan feature
Thanks for the examples.
Is it possible to combine the 2 feature to export the MDLMesh with the captured image from the camera to have a .obj model?
@mikegunning In theory it is possible. However, on iOS14, when I try to convert SCNGeometry to MDLMesh and export it to .obj, it seems to crash. This topic was also mentioned on Stack Overflow.
Yes I noticed this too playing with your code. MDLMesh also removes the texture regardless.
In the end I settled with writing the scene with this.
Unfortunately the only format that allows both mesh AND texture is .scn which is pretty unusable outside the Apple eco system.
@mikegunning Good evening, any chance you could share the project or your code adjustments that allow the .scn export? Thanks in advance, Aleksandra
hi, is there any news about this topic?