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
✋BREAKING CHANGE:<model-viewer> has a transparent background by default now, and also the background-colorattribute was removed #975
You can use CSS (e.g., background-color: #fff) to make the background opaque as it was before, and also control the color; all CSS background values are supported 👍
✋BREAKING CHANGE: We updated to Three.js r113 in #968
✋BREAKING CHANGE: Our project's Git repository was reorganized to support multiple sub-projects, so all of the <model-viewer> source code was moved into its own sub-folder, and code for our fidelity tests and documentation website were moved into their own sub-folders. You may need to update links and references to files accordingly. We apologize for any inconvenience #954
Note: this does not change the way you load model-viewer.js from https://unpkg.com or use the @google/model-viewer module from npm