Replies: 5 comments 4 replies
-
I don't believe it's possible to open scene-viewer using a blob; @tpsiaki for confirmation. model-viewer also does not currently support this. |
Beta Was this translation helpful? Give feedback.
-
@elalish @tpsiaki Any idea how can I accomplish this with scene-viewer without using a blob? |
Beta Was this translation helpful? Give feedback.
-
@vasium If your configurator could be powered by model-viewer's scene-graph API, then it would work in webXR as well. Not sure there's much hope for scene-viewer unless you do something server-side. If you're interested in collaborating on expanding our scene-graph API, help would be most appreciated! |
Beta Was this translation helpful? Give feedback.
-
Is there any news related to this? I have the same use case and have no solution :( |
Beta Was this translation helpful? Give feedback.
-
Just to confirm this is still the case, if I want to use the html anchor tag with the AR intent: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to generate a glTF file from a custom 3D glTF configurator I am building. The file is being generated and I can download it without a problem if I use link.href = URL.createObjectURL( blob ); and link.download = filename; in the save(blob) function. However, what I am trying to do is to first generate the glTF file and then open it in AR using scene-viewer or model-viewer. Unfortunately when I am calling the exportGLTF() function the browser crashes! Any ideas of what I am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions