We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c4181 commit 7ef11fdCopy full SHA for 7ef11fd
aframe/examples/marker-based/basic.html
@@ -7,10 +7,10 @@
7
<a-scene embedded arjs>
8
<a-marker preset="hiro">
9
<a-entity
10
- position="0 -0.5 0.5"
11
- rotation="90 0 0"
+ position="0 0 0"
+ rotation="0 0 0"
12
scale="0.05 0.05 0.05"
13
- gltf-model="https://arjs-cors-proxy.herokuapp.com/https://raw.githack.com/AR-js-org/AR.js/master/aframe/examples/image-tracking/nft/trex/scene.gltf"
+ gltf-model="../image-tracking/nft/trex/scene.gltf"
14
></a-entity>
15
</a-marker>
16
<a-entity camera></a-entity>
0 commit comments