I am getting my hands dirty with the new ARKit2 object scanning and recognition tool that was part of WWDC 2018 Demos. All details can be found here.
https://developer.apple.com/documentation/arkit/scanning_and_detecting_3d_objects
Once the scanning process is completed this app exports the scanned object file as arobject to iOS files app.
I cannot find answers on apple sites or developer forums on the following:
- How to display the arobject files? Clearly the files app cannot understand the arobjects file extension.
- How can we store the files as usdz format from scanner app to allow for the new quick look feature to be used with iOS file app (as shared in the WWCD 2018 Demos)?