Replies: 1 comment 1 reply
-
That whole API doesn't work in Scene Viewer because it redownloads the model from your original URL. You'll need to use WebXR instead if you want this functionality. That's our default ar-mode, so if it's not working, check your JS console - the most common reason to fall back to Scene Viewer is not serving on HTTPS. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
hi,
I'm using a model with grey texture whose diffuse texture I want to change on model viewer.
I'm changing the texture of the model when load event is fired, which seems to working fine with iOS, but in Android it is not changing the texture. I'm following this documentation.
https://modelviewer.dev/examples/scenegraph/#swapTexturesExample
Version
Browser Affected
OS
AR
Demo
This is on android
This is on ios
Beta Was this translation helpful? Give feedback.
All reactions