|
|
@@ -241,7 +241,6 @@ Pan.prototype.pan = function () {
|
|
|
},
|
|
|
// 拖拽墙面的角度
|
|
|
f_draggingWallCorner: function (args) {
|
|
|
- // console.log()
|
|
|
this.move.moveWallcorner(
|
|
|
this.currentState.selectWallSet.id,
|
|
|
this.currentState.currentstartlinePointIndex,
|
|
|
@@ -298,7 +297,6 @@ Pan.prototype.pan = function () {
|
|
|
|
|
|
//当前点是否在墙上
|
|
|
this.currentState.selectWallSet = this.calculateElement.wallsContain(args.point);
|
|
|
- this.currentState.selectWallSet && console.log(this.currentState.selectWallSet)
|
|
|
|
|
|
this.currentState.selectWallSet ?
|
|
|
strategy.__selectWallSet(args) :
|