Use the 0 marker

This commit is contained in:
2019-08-04 21:21:13 +01:00
parent ace2030927
commit 746b9b8ae5
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
>
<!-- <a-anchor hit-testing-enabled="true">
</a-anchor> -->
<a-marker type="barcode" value="5">
<a-marker type="barcode" value="0">
<a-box
material="opacity: 0.5; side:double; color:red;"
rotation="-90 0 0"

View File

@@ -31,7 +31,7 @@
cursor-listener
material="opacity: 0.5; color:red;"
position="0 1 0"
animation="property: position; to: 0 2 0; dur: 1500; easing: easeInOutCirc; delay:1000; loop: true; dir: alternate; "
animation="property: position; to: 0 2 2; dur: 1500; easing: easeInOutCirc; delay:1000; loop: true; dir: alternate; "
>
<a-text value="Wazaa"></a-text>
</a-sphere>