From ae5d71a80a6f7dc374144cf6818b9f2f54f62476 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 11 May 2018 13:16:06 +0200 Subject: [PATCH] uncomment --- src/r3-ar.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/r3-ar.js b/src/r3-ar.js index be089d9..fca8738 100644 --- a/src/r3-ar.js +++ b/src/r3-ar.js @@ -110,7 +110,7 @@ R3.AR.prototype.createInstance = function() { if (event.data.type === artoolkit.PATTERN_MARKER) { - console.log('found marker'); + // console.log('found marker'); /** * We want to update the camera @@ -131,7 +131,6 @@ R3.AR.prototype.createInstance = function() { */ var markerAxisTransformMatrix = new THREE.Matrix4().makeRotationX(Math.PI / 2); modelViewMatrix.multiply(markerAxisTransformMatrix); - arComponent.camera.instance.matrix.getInverse(modelViewMatrix); /**