aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjs/helper-classes/3D/snap-manager.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/helper-classes/3D/snap-manager.js b/js/helper-classes/3D/snap-manager.js
index 346ad014..99ef5006 100755
--- a/js/helper-classes/3D/snap-manager.js
+++ b/js/helper-classes/3D/snap-manager.js
@@ -492,7 +492,7 @@ var SnapManager = exports.SnapManager = Montage.create(Component, {
492 492
493 this._elementCache = null; 493 this._elementCache = null;
494 } 494 }
495 console.log( "clear 2D cache" ); 495 //console.log( "clear 2D cache" );
496 } 496 }
497 }, 497 },
498 498
@@ -505,7 +505,7 @@ var SnapManager = exports.SnapManager = Montage.create(Component, {
505 this.hLoadElementCache( stage, plane, 0 ); 505 this.hLoadElementCache( stage, plane, 0 );
506 this._isCacheInvalid = false; 506 this._isCacheInvalid = false;
507 507
508 console.log( "2D cache loaded with " + this._elementCache.length + " elements" ); 508 //console.log( "2D cache loaded with " + this._elementCache.length + " elements" );
509 } 509 }
510 }, 510 },
511 511
@@ -1956,7 +1956,7 @@ var SnapManager = exports.SnapManager = Montage.create(Component, {
1956 //this._globalToStageWorldMat = this._stageWorldToGlobalMat.inverse(); 1956 //this._globalToStageWorldMat = this._stageWorldToGlobalMat.inverse();
1957 this._globalToStageWorldMat = glmat4.inverse( this._stageWorldToGlobalMat, [] ); 1957 this._globalToStageWorldMat = glmat4.inverse( this._stageWorldToGlobalMat, [] );
1958 1958
1959 console.log( "setupDragPlane: " + this._dragPlane ); 1959 //console.log( "setupDragPlane: " + this._dragPlane );
1960 1960
1961 // load the 2D elements 1961 // load the 2D elements
1962 this.load2DCache( this._dragPlane ); 1962 this.load2DCache( this._dragPlane );