Skip to content

Commit e3986d4

Browse files
committed
upgrading aframe version - marker examples
1 parent dfb8a7e commit e3986d4

7 files changed

+9
-9
lines changed

aframe/examples/marker-based/basic.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<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>
44
<!-- 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>
66
<body style="margin : 0px; overflow: hidden;">
77
<a-scene embedded arjs>
88
<a-marker preset="hiro">

aframe/examples/marker-based/marker-camera.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!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>
33
<!-- include aframe-ar.js -->
44
<script src="../../build/aframe-ar.js"></script>
55

aframe/examples/marker-based/marker-events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!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>
33
<!-- include aframe-ar.js -->
44
<script src="../../build/aframe-ar.js"></script>
55
<!-- Register an aframe component that allows reacting to marker events -->

aframe/examples/marker-based/minimal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- 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>
33
<script src="../../build/aframe-ar.js"></script>
44
<body style='margin : 0px; overflow: hidden;'>
55
<a-scene embedded arjs renderer='precision: medium;'>

aframe/examples/marker-based/minimal_ES6.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<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>
44
<!-- we import arjs version without NFT but with marker + location based support -->
55
<script src="../../build/aframe-ar.js"></script>
66
<link rel="import" href="../assets/index.css">

aframe/examples/marker-based/multiple-independent-markers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!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>
33
<!-- include aframe-ar.js -->
44
<script src="../../build/aframe-ar.js"></script>
55

aframe/examples/marker-based/white-region-marker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>
22
<script src="../../build/aframe-ar.js"></script>
33

44
<body style='margin : 0px; overflow: hidden;'>

0 commit comments

Comments
 (0)