Skip to content

Commit c799224

Browse files
committed
2 parents c92f755 + 7948ecd commit c799224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development/alpha-labs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ This component accepts a path for a glTF (or glb) file hosted on any publicly ac
5050

5151
```
5252
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)')
53+
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)')
5454
newEl.setAttribute('data-layer-name', 'glTF Model • My Custom Object')
5555
parentEl = document.querySelector('#street-container')
5656
parentEl.appendChild(newEl)
57-
```
57+
```

0 commit comments

Comments
 (0)