53 lines
1.7 KiB
Markdown
53 lines
1.7 KiB
Markdown
<!--
|
|
PLEASE FILL OUT THIS TEMPLATE COMPLETELY! If you don't have enough information
|
|
to fill in all of this, you will be better served by starting a Q&A discussion:
|
|
https://github.com/google/model-viewer/discussions/new. Rest assured that you
|
|
will get a response as fast or faster than by filing an issue. Please do not
|
|
post the same question in multiple places. For feature requests, please start a
|
|
discussion under the Ideas category, or better yet, submit a PR.
|
|
-->
|
|
### Description
|
|
|
|
Please provide a detailed description of the bug, how to reproduce it, and the
|
|
expected behavior. Always include a code snippet, screenshot, any errors
|
|
reported in the console, and the model to help us understand and fix the
|
|
problem.
|
|
|
|
#### Live Demo
|
|
<!-- glitch.me starting point (remix and edit -- must be logged in to persist!) -->
|
|
https://glitch.com/edit/#!/model-viewer
|
|
<!-- ...or provide your own repro URL -->
|
|
|
|
### Version
|
|
<!--
|
|
If you're not sure, paste your script src (like https://unpkg.com/@google/model-viewer)
|
|
into your browser and it will redirect to a numbered version.
|
|
-->
|
|
- model-viewer: vX.X.X
|
|
|
|
### Browser Affected
|
|
<!-- Check all that apply and please include the version tested (try chrome://version) -->
|
|
- [ ] Chrome, version: xx.x.xxxx.xx
|
|
- [ ] Edge
|
|
- [ ] Firefox
|
|
- [ ] IE
|
|
- [ ] Safari
|
|
|
|
### OS
|
|
<!-- Check all that apply and please include the version tested -->
|
|
- [ ] Android
|
|
- [ ] iOS
|
|
- [ ] Linux
|
|
- [ ] MacOS
|
|
- [ ] Windows
|
|
|
|
### AR
|
|
<!--
|
|
If your issue involves AR, please check which AR modes reproduce it. If you're
|
|
not sure, restrict to one at a time using the `ar-modes` attribute. We can only
|
|
control WebXR mode in this project, but we will forward SceneViewer bugs to the
|
|
appropriate team.
|
|
-->
|
|
- [ ] WebXR
|
|
- [ ] SceneViewer
|
|
- [ ] QuickLook |