Skip to content

Commit

Permalink
Fix hand-controls usage in interactions-and-controllers.md (#5571)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Sep 5, 2024
1 parent 80dd950 commit fa38efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/introduction/interactions-and-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ Touch controllers by:
To add the hand-controls component:

```html
<a-entity hand-controls="left"></a-entity>
<a-entity hand-controls="right"></a-entity>
<a-entity hand-controls="hand: left"></a-entity>
<a-entity hand-controls="hand: right"></a-entity>
```

Unfortunately, there is not yet a 3DoF controller component that abstracts well
Expand Down

0 comments on commit fa38efb

Please sign in to comment.