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.
2 parents c92f755 + 7948ecd commit c799224Copy full SHA for c799224
docs/development/alpha-labs.md
@@ -50,8 +50,8 @@ This component accepts a path for a glTF (or glb) file hosted on any publicly ac
50
51
```
52
newEl = document.createElement('a-entity')
53
-newEl.setAttribute('gltf-model', 'url(https://cdn.glitch.global/690c7ea3-3f1c-434b-8b8d-3907b16de83c/Mission_Bay_school_low_poly_model_v01.glb?v=1708752988663)')
+newEl.setAttribute('gltf-model', 'url(https://cdn.glitch.global/690c7ea3-3f1c-434b-8b8d-3907b16de83c/Mission_Bay_school_low_poly_model_v02_draco.glb?v=1708795685005)')
54
newEl.setAttribute('data-layer-name', 'glTF Model • My Custom Object')
55
parentEl = document.querySelector('#street-container')
56
parentEl.appendChild(newEl)
57
-```
+```
0 commit comments