|
|
@ -2345,8 +2345,10 @@ MainMap_QM.prototype = { |
|
|
Map_QM.controls.target = new THREE.Vector3(0, 0, 0) |
|
|
Map_QM.controls.target = new THREE.Vector3(0, 0, 0) |
|
|
} |
|
|
} |
|
|
Map_QM.controls.setZoom(Map_QM.util.options.camZoom) |
|
|
Map_QM.controls.setZoom(Map_QM.util.options.camZoom) |
|
|
Map_QM.rotationAngle(Map_QM.util.deviceObj.angle) |
|
|
|
|
|
Map_QM.controls.enableRotate = false |
|
|
|
|
|
|
|
|
setTimeout(()=>{ |
|
|
|
|
|
Map_QM.rotationAngle(Map_QM.util.deviceObj.angle) |
|
|
|
|
|
Map_QM.controls.enableRotate = false |
|
|
|
|
|
},50); |
|
|
}, |
|
|
}, |
|
|
changeMapModel: function (model) { |
|
|
changeMapModel: function (model) { |
|
|
if (model == "2D") { |
|
|
if (model == "2D") { |
|
|
|