Skip to content
Snippets Groups Projects
Commit 587fe6cb authored by joni's avatar joni
Browse files

Enable oculus controls, even though vive controllers set them off via axismove.

parent d995ae36
No related branches found
No related tags found
No related merge requests found
...@@ -145,13 +145,6 @@ ...@@ -145,13 +145,6 @@
networked="template: #nametag-template; showLocalTemplate: false;" networked="template: #nametag-template; showLocalTemplate: false;"
></a-entity> ></a-entity>
<!-- oculus-touch-controls-extended="
dpad: true;
dpad_deadzone: 0.8;
dpad_livezone: 0.3;
dpad_directions: 8;
dpad_turbo: true;
dpad_haptic_intensity: none" -->
<a-entity <a-entity
id="left-hand" id="left-hand"
hand-controls2="left" hand-controls2="left"
...@@ -162,6 +155,13 @@ ...@@ -162,6 +155,13 @@
dpad_haptic_intensity: none; dpad_haptic_intensity: none;
dpad_deadzone: 0.6; dpad_deadzone: 0.6;
dpad_pressed_haptic_intensity: low" dpad_pressed_haptic_intensity: low"
oculus-touch-controls-extended="
dpad: true;
dpad_deadzone: 0.8;
dpad_livezone: 0.3;
dpad_directions: 8;
dpad_turbo: true;
dpad_haptic_intensity: none"
dpad-as-axes=" dpad-as-axes="
inputName:left_dpad; inputName:left_dpad;
name:left_dpad_axes; name:left_dpad_axes;
...@@ -179,14 +179,6 @@ ...@@ -179,14 +179,6 @@
</a-entity> </a-entity>
</a-entity> </a-entity>
<!-- oculus-touch-controls-extended="
hand:right;
dpad: true;
dpad_livezone: 0.3;
dpad_deadzone: 0.8;
dpad_directions: 4;
dpad_turbo: false;
dpad_haptic_intensity: none" -->
<a-entity <a-entity
id="right-hand" id="right-hand"
hand-controls2="right" hand-controls2="right"
...@@ -200,6 +192,14 @@ ...@@ -200,6 +192,14 @@
dpad_turbo: false; dpad_turbo: false;
dpad_haptic_intensity: none; dpad_haptic_intensity: none;
dpad_pressed_haptic_intensity: low;" dpad_pressed_haptic_intensity: low;"
oculus-touch-controls-extended="
hand:right;
dpad: true;
dpad_livezone: 0.3;
dpad_deadzone: 0.8;
dpad_directions: 4;
dpad_turbo: false;
dpad_haptic_intensity: none"
teleport-controls="cameraRig: #player-rig; teleport-controls="cameraRig: #player-rig;
teleportOrigin: #head; teleportOrigin: #head;
hitEntity: #telepor-indicator; hitEntity: #telepor-indicator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment