if (controllerRightEl){
      const right = dat.GUIVR.addInputObject(controllerRightEl.object3D);
      scene.add(right);
      bindInput(controllerRightEl, right);
    }