修改3D分布图 网络连接

This commit is contained in:
hzz 2023-06-16 14:29:45 +08:00
parent f961a0674b
commit c0bbca1e72
2 changed files with 42 additions and 34 deletions

View File

@ -442,7 +442,11 @@ const init = () => {
/*创建第一条线******************/ /*创建第一条线******************/
let garyLine = 0x595959; let garyLine = 0x595959;
let whiteColor = 0xffffff; let whiteColor = 0xffffff;
createLine(whiteColor, [{ x: -346.00, y: 23.6, z: 59.40 }, { x: -160.50, y: 2, z: 142.08 }], 2) createLine(whiteColor, [
{ x: -346.00, y: 23.6, z: 39.78 },
{ x: -159.75, y: 2, z: 39.78 },
{ x: -159.75, y: 2, z: 139.78 },
], 2)
// //
createLine(whiteColor, [ createLine(whiteColor, [
{ x: -345.65, y: 2, z: 36.40 }, { x: -345.65, y: 2, z: 36.40 },

View File

@ -429,7 +429,11 @@ const init = () => {
/*创建第一条线******************/ /*创建第一条线******************/
let garyLine = 0x595959; let garyLine = 0x595959;
let whiteColor = 0xffffff; let whiteColor = 0xffffff;
createLine(whiteColor, [{ x: -346.00, y: 23.6, z: 59.40 }, { x: -160.50, y: 2, z: 142.08 }], 2) createLine(whiteColor, [
{ x: -346.00, y: 23.6, z: 39.78 },
{ x: -159.75, y: 2, z: 39.78 },
{ x: -159.75, y: 2, z: 139.78 },
], 2)
// //
createLine(whiteColor, [ createLine(whiteColor, [
{ x: -345.65, y: 2, z: 36.40 }, { x: -345.65, y: 2, z: 36.40 },