Switch to 4x4 markers

This commit is contained in:
Mark Eaton 2023-10-30 14:10:31 -04:00 committed by GitHub
parent d0c6350f6c
commit 380f8b7de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
<!-- Group homepage -->
<body style="overflow: hidden; width: 100vw;">
<a-scene style="max-height: 100vh; max-width: 100vw;" embedded markerhandler arjs="detectionMode: mono_and_matrix; matrixCodeType: 3x3_HAMMING63;" device-orientation-permission-ui="enabled: false">
<a-scene style="max-height: 100vh; max-width: 100vw;" embedded markerhandler arjs="detectionMode: mono_and_matrix; matrixCodeType: 4x4_BCH_13_9_3;" device-orientation-permission-ui="enabled: false">
<div id="header-container" style="position: fixed;">
<div id="header">
@ -37,28 +37,28 @@
</div>
<a-entity camera>
<a-marker type="barcode" value="0" look-at="[camera]" id="anchorzero">
<a-marker type="barcode" value="10" look-at="[camera]" id="anchorzero">
<a-box position="0 0.5 0" material="color: red;" animation="property: rotation; to: 360 360 0; loop: true; dur: 3000; easing: linear;"></a-box>
</a-marker>
<a-marker type="barcode" value="1" look-at="[camera]" id="anchorone">
<a-marker type="barcode" value="20" look-at="[camera]" id="anchorone">
<a-icosahedron position="0 0.5 0" material="color: blue;" animation="property: rotation; to: 360 360 0; loop: true; dur: 3000; easing: linear;"></a-icosahedron>
</a-marker>
<a-marker type="barcode" value="2" look-at="[camera]" id="anchortwo">
<a-marker type="barcode" value="30" look-at="[camera]" id="anchortwo">
<a-cylinder position="0 0.5 0" material="color: green;" animation="property: rotation; to: 360 360 0; loop: true; dur: 3000; easing: linear;"></a-cylinder>
</a-marker>
<a-marker type="barcode" value="3" look-at="[camera]" id="anchorthree">
<a-marker type="barcode" value="40" look-at="[camera]" id="anchorthree">
<a-sphere position="0 0.5 0" material="color: orange;" animation="property: rotation; to: 360 360 0; loop: true; dur: 3000; easing: linear;"></a-sphere>
</a-marker>
<a-marker type="barcode" value="4" look-at="[camera]" id="anchorfour">
<a-marker type="barcode" value="50" look-at="[camera]" id="anchorfour">
<a-box position="0 0.5 0" material="color: yellow;" animation="property: rotation; to: 360 360 0; loop: true; dur: 3000; easing: linear;"></a-triangle>
</a-marker>
<a-marker type="barcode" value="5" look-at="[camera]" id="anchorfive">
<a-marker type="barcode" value="60" look-at="[camera]" id="anchorfive">
<a-icosahedron position="0 0.5 0" material="color: purple;" animation="property: rotation; to: 360 360 0; loop: true; dur: 3000; easing: linear;"></a-ring>
</a-marker>
<a-marker type="barcode" value="6" look-at="[camera]" id="anchorsix">
<a-marker type="barcode" value="70" look-at="[camera]" id="anchorsix">
<a-tetrahedron position="0 0.5 0" material="color: red;" animation="property: rotation; to: 360 360 0; loop: true; dur: 3000; easing: linear;"></a-tetrahedron>
</a-marker>
<a-marker type="barcode" value="7" look-at="[camera]" id="anchorseven">
<a-marker type="barcode" value="80" look-at="[camera]" id="anchorseven">
<a-cylinder position="0 0.5 0" material="color: blue;" animation="property: rotation; to: 360 360 0; loop: true; dur: 3000; easing: linear;"></a-box>
</a-marker>
</a-entity>