src/assets/data/shelf.js
@@ -1,18 +1,14 @@ const shelfData = [ { x: 200, y: -1000, width: 200, height: 2000, tunnelNumber: 'T1', no: '1-1-1', position: [0, 0, 0], rotationY: Math.PI / 2, }, { x: 200, y: -50, width: 1300, height: 100, tunnelNumber: 'T2', }, // { // no: '2-1-1', // position: [100, 0, 0], // rotationY: Math.PI / 2, // } ]; export default shelfData;