StandardCyborg / StandardCyborgCocoa

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

PLY from or instead of USDZ #33

Closed saamerm closed 11 months ago

saamerm commented 1 year ago

The latest version of the library only provides USDZ and not a PLY. Is there a way to extract the ply from it? I’m not able to use any online tools to do this. help is appreciated. Right now I just reverted to an older version

aaptho commented 1 year ago

Where are you looking? SCPointCloud still has the method -writeToPLYAtPath:

When the scan is finished, call -[SCReconstructionManager buildPointCloud] to build an SCPointCloud.