diff --git a/src/components/hand-controls2.js b/src/components/hand-controls2.js
index 0e50a16586745363666f981529322c6dd98a5405..fa2cc938c0430b6bbcbbe870a018b39a807b49b6 100644
--- a/src/components/hand-controls2.js
+++ b/src/components/hand-controls2.js
@@ -19,7 +19,7 @@ export const LEFT_CONTROLLER_OFFSETS = {
   "oculus-touch-controls": new THREE.Matrix4().makeTranslation(-0.025, -0.03, 0.1),
   "oculus-go-controls": new THREE.Matrix4(),
   "vive-controls": new THREE.Matrix4().compose(
-    new THREE.Vector3(0, -0.017, 0.13),
+    new THREE.Vector3(0, 0, 0.13),
     new THREE.Quaternion().setFromEuler(new THREE.Euler(-40 * THREE.Math.DEG2RAD, 0, 0)),
     new THREE.Vector3(1, 1, 1)
   ),
@@ -37,7 +37,7 @@ export const RIGHT_CONTROLLER_OFFSETS = {
   "oculus-touch-controls": new THREE.Matrix4().makeTranslation(0.025, -0.03, 0.1),
   "oculus-go-controls": new THREE.Matrix4(),
   "vive-controls": new THREE.Matrix4().compose(
-    new THREE.Vector3(0, -0.017, 0.13),
+    new THREE.Vector3(0, 0, 0.13),
     new THREE.Quaternion().setFromEuler(new THREE.Euler(-40 * THREE.Math.DEG2RAD, 0, 0)),
     new THREE.Vector3(1, 1, 1)
   ),