From 60a9783b8411a88fae7fd42a5c0be4d95704e5eb Mon Sep 17 00:00:00 2001 From: machenmusik Date: Mon, 10 Apr 2017 21:54:12 -0400 Subject: [PATCH] update docs to reflect default to either hand --- docs/components/gearvr-controls.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 |