Skip to content

Commit 0cba0b7

Browse files
committed
fix for nft aframe examples
1 parent e32e538 commit 0cba0b7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

aframe/examples/image-tracking/nft-video/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<a-video
6868
src="#vid"
6969
position='50 150 -100'
70+
rotation='90 0 180'
7071
width='300'
7172
height='175'
7273
>

aframe/examples/image-tracking/nft/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636

3737
<!-- use rawgithack to retrieve the correct url for nft marker (see 'pinball' below) -->
3838
<a-nft
39-
type='nft' url='../trex/trex-image/trex'
39+
type='nft' url='./aframe/examples/image-tracking/nft/trex/trex-image/trex'
4040
smooth='true' smoothCount='10' smoothTolerance='0.01' smoothThreshold='5'>
4141
<a-entity
42-
gltf-model='../trex/scene.gltf'
42+
gltf-model='./trex/scene.gltf'
4343
scale="5 5 5"
44-
position="50 150 -100"
44+
position="150 300 -100"
4545
>
4646
</a-entity>
4747
</a-nft>

0 commit comments

Comments
 (0)