a-console component for easier feedback in HMD

swagger_example
Fabien Benetou 2 years ago
parent 21c74453f2
commit 1a7c5a8f11
  1. 2
      index.html

@ -5,6 +5,7 @@
<!-- Suggestions? https://git.benetou.fr/utopiah/text-code-xr-engine/issues/ -->
<script src='dependencies/aframe.min.js'></script>
<script src="https://cdn.jsdelivr.net/gh/kylebakerio/a-console@1.0.2/a-console.js"></script>
<script src='dependencies/aframe-html.js'></script>
<script src='dependencies/aframe-mirror.js'></script>
<script src='dependencies/aframe-troika-text.min.js'></script>
@ -2370,6 +2371,7 @@ consider pick then apply, i.e changeColorLastId() but for next Id
<!-- somehow disable hand interaction despite, according to the documentation, it should rely on world position
<a-text target value="jxr qs #rig sa position 0 0 10" position="0 1.55 .5" rotation="0 180 0" scale="0.1 0.1 0.1"></a-text>
-->
<a-console position="0 1.5 -2" font-size="34" height=1 skip-intro=true></a-console>
</a-scene>
</body>

Loading…
Cancel
Save