修改分布图
This commit is contained in:
parent
672983f2ad
commit
8dcdbd3d4d
@ -272,7 +272,7 @@ const init = () => {
|
|||||||
createLableObj(mesh_hr, t('messages.machineDesign'), { x: 0, y: 60, z: 0 })
|
createLableObj(mesh_hr, t('messages.machineDesign'), { x: 0, y: 60, z: 0 })
|
||||||
|
|
||||||
const mesh_serve = createFloor('', 45, 48, { x: -364.5, y: 0, z: 58 })
|
const mesh_serve = createFloor('', 45, 48, { x: -364.5, y: 0, z: 58 })
|
||||||
createLableObj(mesh_serve, '服务器机房', { x: 0, y: 60, z: 0 })
|
createLableObj(mesh_serve, t('messages.服务器机房'), { x: 0, y: 60, z: 0 })
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -339,10 +339,10 @@ const init = () => {
|
|||||||
// createUseWall('料场中间的墙', { baseWidth: 82, baseHeght: 30, baseLength: 1 }, { x: 228, y: 0, z: 183.5 })
|
// createUseWall('料场中间的墙', { baseWidth: 82, baseHeght: 30, baseLength: 1 }, { x: 228, y: 0, z: 183.5 })
|
||||||
createUseWall('料场后面的墙', { baseWidth: 82, baseHeght: 30, baseLength: 1 }, { x: 228, y: 0, z: 308 })
|
createUseWall('料场后面的墙', { baseWidth: 82, baseHeght: 30, baseLength: 1 }, { x: 228, y: 0, z: 308 })
|
||||||
const mesh_lc = createFloor('料场', 84, 131, { x: 188, y: 0, z: 110 })
|
const mesh_lc = createFloor('料场', 84, 131, { x: 188, y: 0, z: 110 })
|
||||||
createLableObj(mesh_lc, '料场', { x: 0, y: 60, z: 0 })
|
createLableObj(mesh_lc, t('messages.料场'), { x: 0, y: 60, z: 0 })
|
||||||
|
|
||||||
const mesh_wfzcq = createFloor('料场', 84, 132, { x: 188, y: 0, z: 242 })
|
const mesh_wfzcq = createFloor('料场', 84, 132, { x: 188, y: 0, z: 242 })
|
||||||
createLableObj(mesh_wfzcq, '危废暂存间', { x: 0, y: 60, z: 0 })
|
createLableObj(mesh_wfzcq, t('messages.危废暂存间'), { x: 0, y: 60, z: 0 })
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user