Skip to content
Snippets Groups Projects
Commit b9b75e72 authored by tony056's avatar tony056
Browse files

set curveShootingSpeed to 12 to increase the teleport distance.

parent 504829b7
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<script src="https://cdn.rawgit.com/aframevr/aframe/3e7a4b3/dist/aframe-master.js" integrity="sha384-EaMOuyBOi9ERV/lVDwQgz/yFWBDWPsIju5Co6oCZZHXuvbLBO81yPWn80q0BbBn3" crossorigin="anonymous"></script> <script src="https://cdn.rawgit.com/aframevr/aframe/3e7a4b3/dist/aframe-master.js" integrity="sha384-EaMOuyBOi9ERV/lVDwQgz/yFWBDWPsIju5Co6oCZZHXuvbLBO81yPWn80q0BbBn3" crossorigin="anonymous"></script>
<% } %> <% } %>
<!-- HACK: this has to run after A-Frame but before our bundle, since A-Frame blows away the local storage setting --> <!-- HACK: this has to run after A-Frame but before our bundle, since A-Frame blows away the local storage setting -->
<script src="https://cdn.rawgit.com/gfodor/ba8f88d9f34fe9cbe59a01ce3c48420d/raw/03e31f0ef7b9eac5e947bd39e440f34df0701f75/naf-janus-adapter-logging.js" integrity="sha384-4q1V8Q88oeCFriFefFo5uEUtMzbw6K116tFyC9cwbiPr6wEe7050l5HoJUxMvnzj" crossorigin="anonymous"></script> <script src="https://cdn.rawgit.com/gfodor/ba8f88d9f34fe9cbe59a01ce3c48420d/raw/03e31f0ef7b9eac5e947bd39e440f34df0701f75/naf-janus-adapter-logging.js" integrity="sha384-4q1V8Q88oeCFriFefFo5uEUtMzbw6K116tFyC9cwbiPr6wEe7050l5HoJUxMvnzj" crossorigin="anonymous"></script>
</head> </head>
...@@ -282,7 +282,8 @@ ...@@ -282,7 +282,8 @@
drawIncrementally: true; drawIncrementally: true;
incrementalDrawMs: 600; incrementalDrawMs: 600;
hitOpacity: 0.3; hitOpacity: 0.3;
missOpacity: 0.2;" missOpacity: 0.2;
curveShootingSpeed: 12;"
></a-entity> ></a-entity>
<a-entity id="player-camera-reverse-z" rotation="0 180 0"></a-entity> <a-entity id="player-camera-reverse-z" rotation="0 180 0"></a-entity>
</a-entity> </a-entity>
...@@ -300,7 +301,8 @@ ...@@ -300,7 +301,8 @@
drawIncrementally: true; drawIncrementally: true;
incrementalDrawMs: 600; incrementalDrawMs: 600;
hitOpacity: 0.3; hitOpacity: 0.3;
missOpacity: 0.2;" missOpacity: 0.2;
curveShootingSpeed: 12;"
haptic-feedback haptic-feedback
body="type: static; shape: none;" body="type: static; shape: none;"
mixin="controller-super-hands" mixin="controller-super-hands"
...@@ -322,7 +324,8 @@ ...@@ -322,7 +324,8 @@
drawIncrementally: true; drawIncrementally: true;
incrementalDrawMs: 600; incrementalDrawMs: 600;
hitOpacity: 0.3; hitOpacity: 0.3;
missOpacity: 0.2;" missOpacity: 0.2;
curveShootingSpeed: 12;"
haptic-feedback haptic-feedback
body="type: static; shape: none;" body="type: static; shape: none;"
mixin="controller-super-hands" mixin="controller-super-hands"
......
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