Skip to content

Commit

Permalink
cambio de pattern al QR
Browse files Browse the repository at this point in the history
  • Loading branch information
gvazquez-cma committed Sep 25, 2023
1 parent c6a3dc4 commit ce12e7a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@
<script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.js"></script>
<body style="margin : 0px; overflow: hidden;">
<a-scene embedded arjs>
<a-marker preset="hiro">
<!-- we use cors proxy to avoid cross-origin problems -->
<!--
⚠️⚠️⚠️
https://arjs-cors-proxy.herokuapp.com/ is now offline, Heroku has dismissed all his free plans from November 2022.
You need to host your own proxy and use it instead. The proxy is based on CORS Anywhere (see https://github.com/Rob--W/cors-anywhere).
⚠️⚠️⚠️
-->
<a-marker type='pattern' patternUrl="TestAR/Res/pattern-qr-code.patt">
<a-entity
position="0 0 0"
scale="0.05 0.05 0.05"
Expand Down

0 comments on commit ce12e7a

Please sign in to comment.