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
Copy file name to clipboardExpand all lines: packages/modelviewer.dev/data/docs.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
{
19
19
"name": "<extra-model>",
20
20
"htmlName": "extra-model",
21
-
"description": "A child element that loads additional models into the same scene alongside the primary `src` model. This allows you to compose scenes dynamically while getting the benefits of automatic framing and lighting from a single `<model-viewer>` element. You can add multiple `<extra-model>` elements. Attributes: `src`, `offset`, `scale`, `orientation`, `background`. Note: This feature will be available in model-viewer v4.3.0 (which is not yet released).",
21
+
"description": "A child element that loads additional models into the same scene alongside the primary `src` model. This allows you to compose scenes dynamically while getting the benefits of automatic framing and lighting from a single `<model-viewer>` element. You can add multiple `<extra-model>` elements. Attributes: `src`, `offset`, `scale`, `orientation`, `background`.",
0 commit comments