From bd7c33ede45e88daa1e646253fbcfc21baec507c Mon Sep 17 00:00:00 2001 From: Robert Long <robert@robertlong.me> Date: Fri, 4 May 2018 10:41:13 -0700 Subject: [PATCH] rotationOffset -> orientationOffset --- src/components/hand-controls2.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/hand-controls2.js b/src/components/hand-controls2.js index e8aca3e7c..d21ca60d9 100644 --- a/src/components/hand-controls2.js +++ b/src/components/hand-controls2.js @@ -109,7 +109,8 @@ AFRAME.registerComponent("hand-controls2", { const controlConfiguration = { hand: hand, - model: false + model: false, + orientationOffset: { x: 0, y: 0, z: 0 } }; if (hand !== prevData) { -- GitLab