diff --git a/docs/components/gearvr-controls.md b/docs/components/gearvr-controls.md index 3b4d50a3f54..bdd65763dc3 100644 --- a/docs/components/gearvr-controls.md +++ b/docs/components/gearvr-controls.md @@ -15,6 +15,10 @@ and/or pressed buttons (trackpad, trigger). ## Example ```html + + + + ``` @@ -26,7 +30,7 @@ and/or pressed buttons (trackpad, trigger). | buttonColor | Button colors when not pressed. | #000000 | | buttonTouchedColor | Button colors when touched. | #777777 | | buttonHighlightColor | Button colors when pressed and active. | #FFFFFF | -| hand | The hand that will be tracked (i.e., right, left). | right | +| hand | The hand that will be tracked (e.g., right, left). | | | model | Whether the Daydream controller model is loaded. | true | | rotationOffset | Offset to apply to model rotation. | 0 |