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); /**