File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h1>Pattern multimarker example with Three.js</h1>
2727
2828< p > ← < 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 } ;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments