Skip to content
Snippets Groups Projects
Commit 7c4713c1 authored by netpro2k's avatar netpro2k
Browse files

Fix some typos in markup. Fixes oculus hands

parent 060ee0c9
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<!-- Templates --> <!-- Templates -->
<script id="head-template" type="text/html"> <script id="head-template" type="text/html">
<a-entity class="head" gltf-model="#dodec-avatar-head" position="0 0 0" networked-audio-source audio-feedback></a-sphere> <a-entity class="head" gltf-model="#dodec-avatar-head" position="0 0 0" networked-audio-source audio-feedback></a-entity>
</script> </script>
<script id="hand-template" type="text/html"> <script id="hand-template" type="text/html">
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<a-entity <a-entity
id="left-hand" id="left-hand"
vive-controls="hand: left" vive-controls="hand: left"
oculus-touch-controls="left" oculus-touch-controls="hand: left"
axis-dpad="centerZone: 1" axis-dpad="centerZone: 1"
teleport-controls="cameraRig: #player-rig; button: dpadcenter" teleport-controls="cameraRig: #player-rig; button: dpadcenter"
networked="template:#hand-template;showLocalTemplate:false;"></a-entity> networked="template:#hand-template;showLocalTemplate:false;"></a-entity>
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<a-entity <a-entity
id="right-hand" id="right-hand"
vive-controls="hand: right" vive-controls="hand: right"
oculus-touch-controls="right" oculus-touch-controls="hand: right"
daydream-controls daydream-controls
gearvr-controls gearvr-controls
axis-dpad axis-dpad
......
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