let buildingObjects = { objects: [ { objectName: 'floor', objectType: 'cube', length: 2750, width: 1200, height: 1, position: { x: 1375, y: 1, z: 600 }, style:{ color: 0x5F7480, } }, { objectName: 'floor', objectType: 'cube', length: 2750, width: 1200, height: 1, position: { x: 1375, y: 310, z: 600 }, style:{ color: 0x5F7480, transparent:1, opacity:0.8 } } ] }