Skip to content

Commit

Permalink
preset hiro y sphere red
Browse files Browse the repository at this point in the history
  • Loading branch information
gvazquez-cma committed Sep 25, 2023
1 parent 64fa327 commit 00aeba7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<script src="https://raw.githack.com/AR-js-org/AR.js/dev/aframe/build/aframe-ar.js"></script>
<body style="margin : 0px; overflow: hidden;">
<a-scene embedded arjs>
<a-marker type='pattern' patternUrl="https://github.com/gvazquez-cma/TestAR/blob/main/Res/pattern-Frame%201.patt">
<!-- a-marker type='pattern' patternUrl="https://github.com/gvazquez-cma/TestAR/blob/main/Res/pattern-Frame%201.patt" -->
<a-marker type='pattern' preset="hiro">
<a-entity
position="0 0 0"
scale="0.05 0.05 0.05"
gltf-model="https://github.com/gvazquez-cma/TestAR/blob/main/Res/scene.gltf">
</a-entity>
<a-sphere color="red" radius="5"></a-sphere>
</a-marker>
<a-entity camera></a-entity>
</a-scene>
Expand Down

0 comments on commit 00aeba7

Please sign in to comment.