We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b700ca6 commit 86854afCopy full SHA for 86854af
docs/components/gltf-model.md
@@ -74,10 +74,11 @@ file.
74
75
## Values
76
77
-| Type | Description |
78
-|----------|--------------------------------------|
79
-| selector | Selector to an `<a-asset-item>` |
80
-| string | `url()`-enclosed path to a glTF file |
+| Type | Description |
+|----------|---------------------------------------------|
+| selector | Selector to an `<a-asset-item>` |
+| string | `url()`-enclosed path to a glTF file |
81
+| Data URL | data:application/octet-stream;base64,<data> |
82
83
## Events
84
0 commit comments