model-viewer
model-viewer copied to clipboard
Easily display interactive 3D models on the web and in AR!
Trying this to see if it solves the random disconnects we've been getting with BrowserStack.
Default enable-pan to true, replacing the enable-pan attribute with disable-pan. Perhaps also a `disable-tap` attribute - need to think through the API. See https://github.com/google/model-viewer/discussions/3540#discussioncomment-3335042 See #3460
Remove [--poster-color](https://modelviewer.dev/docs/#entrydocs-loading-css-posterColor), making the poster always have a transparent background. Make sure to hide the hotspots until the poster is dismissed. See #3460
We received some feedback that the default ARIA on `` (`role="image"`) makes it hard for some screen readers to use the built-in keyboard controls. It's possible that an alternate role,...
### Description The problem is that in new version (1.12.0) material with transparency becomes completly invisible if shadow-intensity is set to value greater than 0. If you open URL below...
### Description I have issue with WebXR on Samsung s22 where camera feed is not showing up. Sometimes it completely black and sometimes its showing the web page from where...
Fixes #3279 - Couple of null checks in the model and primitive-node constructors - In space-opera, the material panel will shot "No materials" when the panel does not have any...
Switch [touch-action](https://modelviewer.dev/docs/#entrydocs-stagingandcameras-attributes-touch-action) default from pan-y to none. See #3460
Remove the [seamless-poster](https://modelviewer.dev/docs/#entrydocs-loading-attributes-seamlessPoster) attribute, making the behavior as though this option is always enabled. Note this in combination with the previous bullet means there is no longer a transition fade...
Remove the deprecated [scene-graph-ready](https://modelviewer.dev/docs/#entrydocs-scenegraph-events-sceneGraphReady) event. See #3460