修改3D分布图 网络连接
This commit is contained in:
parent
f961a0674b
commit
c0bbca1e72
@ -442,7 +442,11 @@ const init = () => {
|
||||
/*创建第一条线******************/
|
||||
let garyLine = 0x595959;
|
||||
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, [
|
||||
{ x: -345.65, y: 2, z: 36.40 },
|
||||
|
@ -429,7 +429,11 @@ const init = () => {
|
||||
/*创建第一条线******************/
|
||||
let garyLine = 0x595959;
|
||||
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, [
|
||||
{ x: -345.65, y: 2, z: 36.40 },
|
||||
|
Loading…
Reference in New Issue
Block a user