Skip to content

Commit

Permalink
reflect the real id in the glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
bobchao committed May 14, 2017
1 parent cb89ddb commit 7a6f4ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,8 @@ code inside the `handle-events` component, marked by the code comments.
[Remix Lesson on Glitch](https://glitch.com/~aframe-school-gltf-model) <!-- .element: class="cta-button glitch" -->

1. Add the `https://cdn.aframe.io/test-models/models/virtualcity/VC.gltf` to
the `<a-asset-item id="model">`'s `src` attribute to preload the model
2. Add `#model` to the `<a-gltf-model>`'s `src` attribute to set and add the model
the `<a-asset-item id="cityModel">`'s `src` attribute to preload the model
2. Add `#cityModel` to the `<a-gltf-model>`'s `src` attribute to set and add the model

<img class="stretch" data-src="https://cloud.githubusercontent.com/assets/674727/24275925/63067074-0ff0-11e7-9440-7c855b9ea0fd.png">

Expand Down

0 comments on commit 7a6f4ad

Please sign in to comment.