What is an arobject?

Generated on 7/31/2024

1 search

An arobject is a reference object used in ARKit for object tracking. It encodes spatial features of known real-world items, allowing ARKit to track these items in your environment. To create an arobject, you need a 3D model of the item in USDZ format. This model is then used to generate a reference object through CreateML's spatial object tracking feature. Once created, the reference object can be loaded at runtime and used to anchor virtual content to the physical item in an ARKit session.

For more detailed information, you can refer to the session Create enhanced spatial computing experiences with ARKit starting at the "Object tracking" chapter.