Skip to content

Commit 86854af

Browse files
committed
Add Data URL as a supported value type for gltf-model component
1 parent b700ca6 commit 86854af

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/components/gltf-model.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ file.
7474

7575
## Values
7676

77-
| Type | Description |
78-
|----------|--------------------------------------|
79-
| selector | Selector to an `<a-asset-item>` |
80-
| string | `url()`-enclosed path to a glTF file |
77+
| Type | Description |
78+
|----------|---------------------------------------------|
79+
| selector | Selector to an `<a-asset-item>` |
80+
| string | `url()`-enclosed path to a glTF file |
81+
| Data URL | data:application/octet-stream;base64,<data> |
8182

8283
## Events
8384

0 commit comments

Comments
 (0)