|
|
|
@ -2997,7 +2997,7 @@ MainMap_QM.prototype = { |
|
|
|
} |
|
|
|
}, |
|
|
|
onCallTouchORMouse: function (mouse) { |
|
|
|
if (!Map_QM.mapArr[Map_QM.util.selectBuild] && !Map_QM.mapArr[Map_QM.util.selectBuild][Map_QM.util.selectFloor] || Map_QM.util.pathStateObj.isPathState) { |
|
|
|
if (!Map_QM.mapArr[Map_QM.util.selectBuild] && !Map_QM.mapArr[Map_QM.util.selectBuild][Map_QM.util.selectFloor] ) { |
|
|
|
return; |
|
|
|
} |
|
|
|
let raycaster = new THREE.Raycaster(); |
|
|
|
|