Skip to content

Commit

Permalink
Randomized tracker IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyHeatToast committed Feb 17, 2024
1 parent 7a0c2df commit 5c1c894
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions reliefvormen.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,54 +33,54 @@
<a-asset-item id="vlakte3" src="models/reliefvormen/vlakte-urk.gltf"></a-asset-item>
</a-assets>

<a-marker type="barcode" value="0">
<a-marker type="barcode" value="1">
<a-entity position="0 0 0" rotation="0 0 0" scale="0.1 0.1 0.1" gltf-model="#gebergte1">
</a-entity>
</a-marker>
<a-marker type="barcode" value="1">
<a-marker type="barcode" value="6">
<a-entity position="0 0 0" rotation="0 0 0" scale="0.1 0.1 0.1" gltf-model="#gebergte2">
</a-entity>
</a-marker>
<a-marker type="barcode" value="2">
<a-marker type="barcode" value="8">
<a-entity position="0 0 0" rotation="0 0 0" scale="0.1 0.1 0.1" gltf-model="#gebergte3">
</a-entity>
</a-marker>

<a-marker type="barcode" value="3">
<a-marker type="barcode" value="10">
<a-entity position="0 0 0" rotation="0 0 0" scale="0.1 0.1 0.1" gltf-model="#heuvels1">
</a-entity>
</a-marker>
<a-marker type="barcode" value="4">
<a-marker type="barcode" value="5">
<a-entity position="0 0 0" rotation="0 0 0" scale="0.1 0.1 0.1" gltf-model="#heuvels2">
</a-entity>
</a-marker>
<a-marker type="barcode" value="5">
<a-marker type="barcode" value="4">
<a-entity position="0 0 0" rotation="0 0 0" scale="0.1 0.1 0.1" gltf-model="#heuvels3">
</a-entity>
</a-marker>

<a-marker type="barcode" value="6">
<a-marker type="barcode" value="7">
<a-entity position="0 0 0" rotation="0 0 0" scale="0.1 0.1 0.1" gltf-model="#plateau1">
</a-entity>
</a-marker>
<a-marker type="barcode" value="7">
<a-marker type="barcode" value="3">
<a-entity position="0 0 0" rotation="0 0 0" scale="0.1 0.1 0.1" gltf-model="#plateau2">
</a-entity>
</a-marker>
<a-marker type="barcode" value="8">
<a-marker type="barcode" value="2">
<a-entity position="0 0 0" rotation="0 0 0" scale="0.1 0.1 0.1" gltf-model="#plateau3">
</a-entity>
</a-marker>

<a-marker type="barcode" value="8">
<a-marker type="barcode" value="0">
<a-entity position="0 0 0" rotation="0 0 0" scale="0.1 0.1 0.1" gltf-model="#vlakte1">
</a-entity>
</a-marker>
<a-marker type="barcode" value="10">
<a-marker type="barcode" value="11">
<a-entity position="0 0 0" rotation="0 0 0" scale="0.1 0.1 0.1" gltf-model="#vlakte2">
</a-entity>
</a-marker>
<a-marker type="barcode" value="11">
<a-marker type="barcode" value="6">
<a-entity position="0 0 0" rotation="0 0 0" scale="0.1 0.1 0.1" gltf-model="#vlakte3">
</a-entity>
</a-marker>
Expand Down

0 comments on commit 5c1c894

Please sign in to comment.