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 e32e538 commit 0cba0b7Copy full SHA for 0cba0b7
aframe/examples/image-tracking/nft-video/index.html
@@ -67,6 +67,7 @@
67
<a-video
68
src="#vid"
69
position='50 150 -100'
70
+ rotation='90 0 180'
71
width='300'
72
height='175'
73
>
aframe/examples/image-tracking/nft/index.html
@@ -36,12 +36,12 @@
36
37
<!-- use rawgithack to retrieve the correct url for nft marker (see 'pinball' below) -->
38
<a-nft
39
- type='nft' url='../trex/trex-image/trex'
+ type='nft' url='./aframe/examples/image-tracking/nft/trex/trex-image/trex'
40
smooth='true' smoothCount='10' smoothTolerance='0.01' smoothThreshold='5'>
41
<a-entity
42
- gltf-model='../trex/scene.gltf'
+ gltf-model='./trex/scene.gltf'
43
scale="5 5 5"
44
- position="50 150 -100"
+ position="150 300 -100"
45
46
</a-entity>
47
</a-nft>
0 commit comments