diff options
Diffstat (limited to 'js')
-rwxr-xr-x | js/helper-classes/3D/snap-manager.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/helper-classes/3D/snap-manager.js b/js/helper-classes/3D/snap-manager.js index 9bbbcf29..97901d50 100755 --- a/js/helper-classes/3D/snap-manager.js +++ b/js/helper-classes/3D/snap-manager.js | |||
@@ -1793,7 +1793,7 @@ var SnapManager = exports.SnapManager = Montage.create(Component, { | |||
1793 | 1793 | ||
1794 | if (hSnap && vSnap) | 1794 | if (hSnap && vSnap) |
1795 | { | 1795 | { |
1796 | console.log( "\tmerge 1" ); | 1796 | //console.log( "\tmerge 1" ); |
1797 | 1797 | ||
1798 | // intersect the 2 lines on the plane | 1798 | // intersect the 2 lines on the plane |
1799 | var hPt = hSnap.getLocalPoint(), | 1799 | var hPt = hSnap.getLocalPoint(), |
@@ -1842,7 +1842,7 @@ var SnapManager = exports.SnapManager = Montage.create(Component, { | |||
1842 | 1842 | ||
1843 | if (hSnap && vSnap) | 1843 | if (hSnap && vSnap) |
1844 | { | 1844 | { |
1845 | console.log( "\tmerge 2" ); | 1845 | //console.log( "\tmerge 2" ); |
1846 | 1846 | ||
1847 | // intersect the 2 lines on the plane | 1847 | // intersect the 2 lines on the plane |
1848 | var hPt = hSnap.getLocalPoint(), | 1848 | var hPt = hSnap.getLocalPoint(), |
@@ -1895,7 +1895,7 @@ var SnapManager = exports.SnapManager = Montage.create(Component, { | |||
1895 | 1895 | ||
1896 | if (hSnap && vSnap) | 1896 | if (hSnap && vSnap) |
1897 | { | 1897 | { |
1898 | console.log( "merge edge" ); | 1898 | //console.log( "merge edge" ); |
1899 | 1899 | ||
1900 | var hPt = hSnap.getLocalPoint(), | 1900 | var hPt = hSnap.getLocalPoint(), |
1901 | vPt = vSnap.getLocalPoint(); | 1901 | vPt = vSnap.getLocalPoint(); |
@@ -2052,7 +2052,7 @@ var SnapManager = exports.SnapManager = Montage.create(Component, { | |||
2052 | var z = s0[2]; | 2052 | var z = s0[2]; |
2053 | 2053 | ||
2054 | var typeStr = hitRec.getTypeString(); | 2054 | var typeStr = hitRec.getTypeString(); |
2055 | console.log( "\ttype: " + typeStr + ", screen point z: " + hitRec.getScreenPoint()[2] + ", calculated z: " + z ); | 2055 | //console.log( "\ttype: " + typeStr + ", screen point z: " + hitRec.getScreenPoint()[2] + ", calculated z: " + z ); |
2056 | } | 2056 | } |
2057 | } | 2057 | } |
2058 | } | 2058 | } |