-
Notifications
You must be signed in to change notification settings - Fork 822
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed scaling not working in iOS AR QuickLook when auto generating USDZ #2405
Comments
Yes, I believe this is because Safari does not handle query params on Blob URLs. I believe this means the whole Quick Look API is killed off, which is unfortunate. Please file a bug on Apple. |
ok I get it but why does it work when specifying a Usdz file? Isn't it passing a parameter there as well? |
In that case it's passing a normal string URL, on which query params work. When we auto-generate, we have to pass a Blob, which is where their bug is. |
Ah ok gotcha! Thanks for the explanation! |
Thanks for pointing this issue. http://tests.glowka.atthost24.pl/ - a small test with ar-scale set to fix, where the problem can be seen. |
Happened to me too. Took me a while to realize |
This, or do not attach it to usdz blob for now. |
Indeed, I can repro. Actually I had a similar experience when I loaded https://modelviewer.dev/examples/scenegraph/#variants the first time in Quick Look (it took ages, but did eventually work), but the second time it was fast (that one does not have |
Thanks |
Fixed scaling when using auto USDZ now works in Safari iOS 15.5 |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Description
Auto-generated USDZ is amazingly awesome. Thanks for all the work that has gone into that @elalish, @kolodi, @mrdoob !
While testing out this feature, it appears that setting
ar-scale="fixed"
in conjunction with using auto-generated USDZ, is no longer forcing the scaling to be fixed in QuickLook. The user is able to scale the object.When not using auto generation and providing an
ios-src
USDZ path and settingar-scale="fixed"
, this still works, and the user is unable to scale object in QuickLook.Live Demo
https://muddy-pinnate-rutabaga.glitch.me/
Version
Browser Affected
OS
AR
The text was updated successfully, but these errors were encountered: