model-viewer
model-viewer copied to clipboard
Easily display interactive 3D models on the web and in AR!
# Description This PR makes all parameters of `AppendAnimationOptions` and `DetachAnimationOptions` optional. Such that the following is possible: ```ts // Example: Only specify repetitions appendAnimation('some-animation', { repetitions: 5 }); //...
1. Test on windows 2. Enable NVDA screen reader 3. Navigate to the 3D Model using UP/DOWN arrow keys and the Tab key 4. Try to interact with the model...
Consider removing role=“region” and aria-label=“Live announcement” from the live region container when empty.
Edit mode in AEM (Adobe Experience Manager) is not working when the library is used in an embedded component. I'm using the Vite to build the website that is later...
Steps to reproduce: 1. Visit https://modelviewer.dev/editor/ 2. Upload a model with ktx2-compressed textures 3. Click "Download Scene" 4. See error in console: ``` Uncaught (in promise) glTF export failed ```...
The UI of the FAQ site is not readable due to bad UI. Main content has merign-left set to `--sidebar-width: 315px` but sidebar itself does not have width or max-width...
negative sensitivity is already supported for orbit angles. adding this will allow the enlarging zoom direction to be the same as the scroll down direction, allowing the user to scroll...
In my very specific use case, I had a model view with a specific perspective I could not change, which caused a visually asymmetric alignment. I wanted to offset the...
Bumps the npm_and_yarn group with 2 updates: [rollup](https://github.com/rollup/rollup) and [cross-spawn](https://github.com/moxystudio/node-cross-spawn). Updates `rollup` from 4.24.4 to 4.25.0 Release notes Sourced from rollup's releases. v4.25.0 4.25.0 2024-11-09 Features Add output.sourcemapDebugIds option to...
Hello. I've been working with model-viewer for some time now, and I like it a lot, so, thank you! : ) Recently, a problem has arisen in a client project:...