From 5e7cb728438b4ce6391c3241251e129249046de0 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Mon, 3 Aug 2015 13:02:12 -0700 Subject: [PATCH] Reduce the speed of movement when in HMD view When using hmdControls.js. --- examples/hmdControls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hmdControls.js b/examples/hmdControls.js index e14ddca3ef..04c1dade0a 100644 --- a/examples/hmdControls.js +++ b/examples/hmdControls.js @@ -9,7 +9,7 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -var MOVE_DISTANCE = 10.0; +var MOVE_DISTANCE = 2.0; var PITCH_INCREMENT = 0.5; // degrees var pitchChange = 0; // degrees var YAW_INCREMENT = 0.5; // degrees