Skip to content

Commit ba91ad0

Browse files
committed
adding async
1 parent 885b0b6 commit ba91ad0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/multimarker_pattern_threejs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1>Pattern multimarker example with Three.js</h1>
2727

2828
<p>&larr; <a href="index.html">Back to examples</a></p>
2929

30-
<script async src="../build/artoolkit.debug.js"></script>
30+
<script async src="../build/artoolkitNft.debug.js"></script>
3131
<script src="../js/artoolkit.api.js"></script>
3232

3333
<script async src="js/third_party/three.js/three.min.js"></script>
@@ -113,7 +113,7 @@ <h1>Pattern multimarker example with Three.js</h1>
113113
rotationV += (rotationTarget - greenCube.rotation.z) * 0.1;
114114
greenCube.rotation.z += rotationV;
115115
rotationV *= 0.85;
116-
116+
117117
arScene.process();
118118
arScene.renderOn(renderer);
119119
};

examples/simple_video.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<body>
33

4-
<script src="../build/artoolkitNft.debug.js"></script>
4+
<script async src="../build/artoolkitNft.debug.js"></script>
55
<script src="../js/artoolkit.api.js"></script>
66

77
<video id="v" src="Data/output_4.ogg" width="320" height="240" loop="" controls="" autoplay></video>

0 commit comments

Comments
 (0)