Skip to content

Commit 7ef11fd

Browse files
committed
removing cors proxy from aframe basic example
1 parent 74c4181 commit 7ef11fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aframe/examples/marker-based/basic.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<a-scene embedded arjs>
88
<a-marker preset="hiro">
99
<a-entity
10-
position="0 -0.5 0.5"
11-
rotation="90 0 0"
10+
position="0 0 0"
11+
rotation="0 0 0"
1212
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"
13+
gltf-model="../image-tracking/nft/trex/scene.gltf"
1414
></a-entity>
1515
</a-marker>
1616
<a-entity camera></a-entity>

0 commit comments

Comments
 (0)