You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bugfixes
Fixed model-viewer iframes that were swallowing scroll events. Now you must explicitly set touch-action:none if you want all scroll events swallowed, even for fullscreen elements: #2058
Workaround for Chrome WebXR rendering bug which caused intermittent artifacts on some devices: #2091
Fixed a memory leak so that ModelCacheSize works as intended. Thanks @mqg734! #2092
Handle relative URL parameters in Scene Viewer: #2096
Proper encoding of Cloudfront, etc. URLs for Scene Viewer. Thanks @kanthiganesh! #2099