Wanting to see something cool in Safari in Apple Vision Pro?
https://developer.apple.com/augmented-reality/quick-look/
As a web developer, you can link to USDZ files of virtual objects. Add `rel="ar"` so that Safari opens the model without navigating away from the page. (Also works on iOS and iPadOS.)
`<a rel="ar" href="model.usdz">`
Here’s more info: https://webkit.org/blog/8421/viewing-augmented-reality-assets-in-safari-for-ios/
We are working on a way to embed the model directly into the page via the `<model>` element — web standard in progress.
https://immersive-web.github.io/model-element/