|
@@ -195,7 +195,7 @@ export default {
|
|
|
|
|
|
mapObject3D.add(modelObject3D);
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* 绘制连线(随机生成两个点位)
|
|
|
*/
|
|
@@ -342,8 +342,8 @@ export default {
|
|
|
|
|
|
const properties = lastPick.object.parent.customProperties;
|
|
|
if (lastPick.object.material[0]) {
|
|
|
- lastPick.object.material[0].color.set(mapConfig.mapHoverColor);
|
|
|
- lastPick.object.material[0].opacity = 1; // 设置完全不透明
|
|
|
+ // lastPick.object.material[0].color.set(mapConfig.mapHoverColor);
|
|
|
+ // lastPick.object.material[0].opacity = 1; // 设置完全不透明
|
|
|
}
|
|
|
// if (tooltipEl && tooltipEl.style) {
|
|
|
// toolTipRef.style.left = e.clientX + 20 + "px";
|