File tree 7 files changed +9
-9
lines changed
aframe/examples/marker-based
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
1
+ <!DOCTYPE html>
2
2
< html >
3
- < script src ="https://aframe.io/releases/1.3 .0/aframe.min.js "> </ script >
3
+ < script src ="https://aframe.io/releases/1.6 .0/aframe.min.js "> </ script >
4
4
<!-- we import arjs version without NFT but with marker + location based support -->
5
- < script src ="https://raw.githack.com/AR-js-org/AR.js/dev /aframe/build/aframe-ar.js "> </ script >
5
+ < script src ="https://raw.githack.com/AR-js-org/AR.js/master /aframe/build/aframe-ar.js "> </ script >
6
6
< body style ="margin : 0px; overflow: hidden; ">
7
7
< a-scene embedded arjs >
8
8
< a-marker preset ="hiro ">
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < script src ="https://cdn.jsdelivr.net/gh/aframevr/aframe@1.3 .0/dist/aframe-master.min.js "> </ script >
2
+ < script src ="https://cdn.jsdelivr.net/gh/aframevr/aframe@1.6 .0/dist/aframe-master.min.js "> </ script >
3
3
<!-- include aframe-ar.js -->
4
4
< script src ="../../build/aframe-ar.js "> </ script >
5
5
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < script src ="https://cdn.jsdelivr.net/gh/aframevr/aframe@1.3 .0/dist/aframe-master.min.js "> </ script >
2
+ < script src ="https://cdn.jsdelivr.net/gh/aframevr/aframe@1.6 .0/dist/aframe-master.min.js "> </ script >
3
3
<!-- include aframe-ar.js -->
4
4
< script src ="../../build/aframe-ar.js "> </ script >
5
5
<!-- Register an aframe component that allows reacting to marker events -->
Original file line number Diff line number Diff line change 1
1
<!-- Augmented Reality on the Web in 10 lines of html! https://github.com/jeromeetienne/ar.js -->
2
- < script src ="https://cdn.jsdelivr.net/gh/aframevr/aframe@1.3 .0/dist/aframe-master.min.js "> </ script >
2
+ < script src ="https://cdn.jsdelivr.net/gh/aframevr/aframe@1.6 .0/dist/aframe-master.min.js "> </ script >
3
3
< script src ="../../build/aframe-ar.js "> </ script >
4
4
< body style ='margin : 0px; overflow: hidden; '>
5
5
< a-scene embedded arjs renderer ='precision: medium; '>
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
- < script src ="https://aframe.io/releases/1.3 .0/aframe.min.js "> </ script >
3
+ < script src ="https://aframe.io/releases/1.6 .0/aframe.min.js "> </ script >
4
4
<!-- we import arjs version without NFT but with marker + location based support -->
5
5
< script src ="../../build/aframe-ar.js "> </ script >
6
6
< link rel ="import " href ="../assets/index.css ">
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < < script src ="https://cdn.jsdelivr.net/gh/aframevr/aframe@1.3 .0/dist/aframe-master.min.js "> </ script >
2
+ < < script src ="https://cdn.jsdelivr.net/gh/aframevr/aframe@1.6 .0/dist/aframe-master.min.js "> </ script >
3
3
<!-- include aframe-ar.js -->
4
4
< script src ="../../build/aframe-ar.js "> </ script >
5
5
Original file line number Diff line number Diff line change 1
- < script src ="https://cdn.jsdelivr.net/gh/aframevr/aframe@1.3 .0/dist/aframe-master.min.js "> </ script >
1
+ < script src ="https://cdn.jsdelivr.net/gh/aframevr/aframe@1.6 .0/dist/aframe-master.min.js "> </ script >
2
2
< script src ="../../build/aframe-ar.js "> </ script >
3
3
4
4
< body style ='margin : 0px; overflow: hidden; '>
You can’t perform that action at this time.
0 commit comments