StandardCyborg / StandardCyborgCocoa

Everything you need for 3D scanning on iOS
https://www.standardcyborg.com
Other
143 stars 49 forks source link

Extracting the STL file? #43

Open salmanclustox opened 2 months ago

salmanclustox commented 2 months ago

Hey i am using the example app i just want to know that if its possible to export the STL file of scan?

I looked up but could not find any method

Any help on this would be highly appreciated.

Thanks

aaptho commented 2 months ago

There is currently no method for STL export, only PLY, OBJ, GLTF (which is slightly invalid), and USDZ. If you want to write an STL export method, it would be appreciated!

In any case, if you export the meshed point cloud to PLY, you might be able to convert it with a tool such as MeshLab after the fact.