Skip to content

Commit e55b306

Browse files
authored
hand-tracking-grab-controls.md: Minor error and clarification (#5520)
The `showColliders` property should be set to true to show the colliders, not to false. I take the opportunity to clarify that colliders change color when a collision is detected.
1 parent 5610002 commit e55b306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/hand-tracking-grab-controls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ The `grabbable` component makes any entity hand grababble.
2222
<a-box grabbable></a-box>
2323
```
2424

25-
For debugging purposes you can make the colliders visible as below:
25+
For debugging purposes you can make the colliders visible, changing color when a collision is detected, as shown below:
2626

2727
```html
28-
<a-scene obb-collider="showColliders: false"></a-scene>
28+
<a-scene obb-collider="showColliders: true"></a-scene>
2929
```
3030

3131
## Properties

0 commit comments

Comments
 (0)