Repeated dynamic blob-generation and automatic USDZ conversion. #2975
Unanswered
Skyswimsky
asked this question in
Q&A
Replies: 1 comment 7 replies
-
That's a pretty interesting problem since I'm working on something similar where 3d models are dynamically created. Curious about what people have to say even though I don't have an answer to that myself. EDIT: I'm actually seeing the issue right now just changing the glb file manually, the auto-generated usdz file doesn't get updated. This might be a caching issue... I'm looking into it. EDIT 2: I tried deleting the website caches and deleting the history but I'm still getting the same old geometry. Not sure how to force Safari to update the USDZ model. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First off, English isn't my native language and it's kind of the first time I am posting something like this. So apologies if I screw something up.
I'm working on a project where the user creates dynamic models in three.js and can then look at them via AR, both export into the proper file format(gltf) and launch of AR is done with the click of a single button. I let model-viewers automatic USDZ conversion take care of iOS as the blob doesn't seem to work with the ios-src and quick-look.
The problem occurs when the user returns from quick-look, makes some changes to the model and then wants start again. While the proper android src is set, it still shows the old model for the iOS device. I have super limited debug capabilities for iOS myself.
I tried removing the ios-src as I thought maybe it's automatically set on the first time and thus doesn't update to the 'new model', but that isn't working.
Does anyone have any suggestions, please?
Beta Was this translation helpful? Give feedback.
All reactions