diff --git a/ARjs-gabarits/examples/a-frame/a-frame-custom-marker-gltf.html b/ARjs-gabarits/examples/a-frame/a-frame-custom-marker-gltf.html index 70b8b44..fa8ea28 100644 --- a/ARjs-gabarits/examples/a-frame/a-frame-custom-marker-gltf.html +++ b/ARjs-gabarits/examples/a-frame/a-frame-custom-marker-gltf.html @@ -7,7 +7,7 @@ - + diff --git a/ARjs-gabarits/examples/a-frame/a-frame-model-fromjson.html b/ARjs-gabarits/examples/a-frame/a-frame-model-fromjson.html index 68e3725..707478a 100644 --- a/ARjs-gabarits/examples/a-frame/a-frame-model-fromjson.html +++ b/ARjs-gabarits/examples/a-frame/a-frame-model-fromjson.html @@ -7,7 +7,7 @@ - + diff --git a/ARjs-gabarits/examples/a-frame/a-frame-model-gltf.html b/ARjs-gabarits/examples/a-frame/a-frame-model-gltf.html index 5e133c1..8f169e8 100644 --- a/ARjs-gabarits/examples/a-frame/a-frame-model-gltf.html +++ b/ARjs-gabarits/examples/a-frame/a-frame-model-gltf.html @@ -7,7 +7,7 @@ - + diff --git a/ARjs-gabarits/examples/a-frame/a-frame-multiple-custom-marker.html b/ARjs-gabarits/examples/a-frame/a-frame-multiple-custom-marker.html index 0188dd4..4d5e80e 100644 --- a/ARjs-gabarits/examples/a-frame/a-frame-multiple-custom-marker.html +++ b/ARjs-gabarits/examples/a-frame/a-frame-multiple-custom-marker.html @@ -7,7 +7,7 @@ - + diff --git a/ARjs-gabarits/examples/a-frame/a-frame-video-shader.html b/ARjs-gabarits/examples/a-frame/a-frame-video-shader.html index 81ca1d6..0dc4b38 100644 --- a/ARjs-gabarits/examples/a-frame/a-frame-video-shader.html +++ b/ARjs-gabarits/examples/a-frame/a-frame-video-shader.html @@ -7,8 +7,8 @@ - - + + diff --git a/ARjs-gabarits/examples/a-frame/marker-event-video.html b/ARjs-gabarits/examples/a-frame/marker-event-video.html index f1dd569..37d2a0a 100644 --- a/ARjs-gabarits/examples/a-frame/marker-event-video.html +++ b/ARjs-gabarits/examples/a-frame/marker-event-video.html @@ -7,7 +7,7 @@ - + @@ -28,7 +28,7 @@ - + - - - - + + + + - - - - + + + + @@ -113,7 +113,7 @@ scene.add(markerRoot1); let markerControls1 = new THREEx.ArMarkerControls(arToolkitContext, markerRoot1, { - type: 'pattern', patternUrl: "https://rawgit.com/fffiloni/models-library/master/navet-pattern.patt", + type: 'pattern', patternUrl: "https://cdn.jsdelivr.net/gh/fffiloni/models-library/navet-pattern.patt", }); @@ -154,7 +154,7 @@ scene.add(markerRoot2); let markerControls2 = new THREEx.ArMarkerControls(arToolkitContext, markerRoot2, { - type: 'pattern', patternUrl: "https://rawgit.com/fffiloni/models-library/master/pattern-marker.patt", + type: 'pattern', patternUrl: "https://cdn.jsdelivr.net/gh/fffiloni/models-library/pattern-marker.patt", }); new THREE.MTLLoader() diff --git a/ARjs-gabarits/examples/ar-threejs/ar-threejs-OBJ.html b/ARjs-gabarits/examples/ar-threejs/ar-threejs-OBJ.html index a4439a3..65e236c 100644 --- a/ARjs-gabarits/examples/ar-threejs/ar-threejs-OBJ.html +++ b/ARjs-gabarits/examples/ar-threejs/ar-threejs-OBJ.html @@ -5,15 +5,15 @@ - - - - + + + + - - - - + + + + @@ -98,7 +98,7 @@ markerRoot1 = new THREE.Group(); scene.add(markerRoot1); let markerControls1 = new THREEx.ArMarkerControls(arToolkitContext, markerRoot1, { - type: 'pattern', patternUrl: "https://rawgit.com/stemkoski/AR-Examples/master/data/hiro.patt", + type: 'pattern', patternUrl: "https://cdn.jsdelivr.net/gh/stemkoski/AR-Examples/data/hiro.patt", }) let geometry1 = new THREE.PlaneBufferGeometry(1,1, 4,4); let loader = new THREE.TextureLoader(); diff --git a/ARjs-gabarits/examples/ar-threejs/ar-threejs-cube.html b/ARjs-gabarits/examples/ar-threejs/ar-threejs-cube.html index 0f7620b..dda6540 100644 --- a/ARjs-gabarits/examples/ar-threejs/ar-threejs-cube.html +++ b/ARjs-gabarits/examples/ar-threejs/ar-threejs-cube.html @@ -1,10 +1,10 @@ - - + + - + diff --git a/ARjs-gabarits/examples/js-essentials/essentials-three_scripts.js b/ARjs-gabarits/examples/js-essentials/essentials-three_scripts.js index fd63400..d8fbeea 100644 --- a/ARjs-gabarits/examples/js-essentials/essentials-three_scripts.js +++ b/ARjs-gabarits/examples/js-essentials/essentials-three_scripts.js @@ -1,8 +1,8 @@ //three.js library - - + + //ar.js - + diff --git a/README.md b/README.md index 7fdf20c..0da1177 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ ```html - - + + - +