I've got an .arobject
file using the ARKit Scanner App. I want to convert this file into an usdz
file because I want to see this object from Safari browser.
Does anyone know how to do it?
I've got an .arobject
file using the ARKit Scanner App. I want to convert this file into an usdz
file because I want to see this object from Safari browser.
Does anyone know how to do it?
At the moment there are no official approaches that Apple engineers can propose to ARKit developers (to create 3D geometry from scanned spatial features contained in .arobject
file). Although, you can search through Github projects, maybe you'll find something worthwhile.
Look at my own question on the same topic: ARKit – Scanning 3D Object and generating 3D Mesh from it.