model-viewer on iOS devices? #4857
Answered
by
elalish
swapnesh839
asked this question in
Q&A
-
How does model-viewer internally use the USDZ file provided via the ios-src attribute to display both WebGL and AR content on iOS devices? |
Beta Was this translation helpful? Give feedback.
Answered by
elalish
Aug 9, 2024
Replies: 1 comment
-
It doesn't. A GLB is necessary as that is the only file model-viewer itself reads and that's what's shown in WebGL. The USDZ is only used for iOS AR QuickLook because that's the only file they support - it's a separate app that model-viewer simply hands off to. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
swapnesh839
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It doesn't. A GLB is necessary as that is the only file model-viewer itself reads and that's what's shown in WebGL. The USDZ is only used for iOS AR QuickLook because that's the only file they support - it's a separate app that model-viewer simply hands off to.