Skip to content

Commit

Permalink
Fix hand-controls usage in content.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin authored Sep 5, 2024
1 parent 9695ef3 commit 87866cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,10 +611,10 @@ the animations of the model at once.
<a href="https://glitch.com/~aframe-school-hand-controls" target="_blank">Remix Lesson on Glitch</a> <!-- .element: class="cta-button glitch" -->

1. Find `<a-entity id="left">` and add the [hand-controls component](https://aframe.io/docs/0.5.0/components/hand-controls.html)
configured to the left hand (`hand-controls="left"`)
1. Find `<a-entity id="left">` and add the [hand-controls component](https://aframe.io/docs/master/components/hand-controls.html)
configured to the left hand (`hand-controls="hand: left"`)
2. Find `<a-entity id="right">` and add the hand-controls component
configured to the right hand (`hand-controls="right"`)
configured to the right hand (`hand-controls="hand: right"`)
3. View the result and see the hands moving with pre-recorded motions

<img class="stretch" data-src="media/img/trackedcontrols.gif">
Expand Down

0 comments on commit 87866cd

Please sign in to comment.