uncomment

beta.r3js.org
-=yb4f310 2018-05-11 13:16:06 +02:00
parent eefaa1fbce
commit ae5d71a80a
1 changed files with 1 additions and 2 deletions

View File

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