#
luxiaotao1123
2024-03-29 9b19a5a271488edcdcf90114b429ba5cc1a7d815
zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx
@@ -79,14 +79,14 @@
                        console.log(row, bay, lev);
                        // shelf
                        const shelfMesh = new THREE.Mesh(new THREE.BoxGeometry(100, 40, 100), new THREE.MeshStandardMaterial({
                            color: '#222f3e',
                            color: '#006266',
                        }));
                        shelfMesh.position.set(0, 20 + 100 * (lev - 1), 0);
                        scene.add(shelfMesh)
                        // pallet
                        const palletMesh = new THREE.Mesh(new THREE.BoxGeometry(100, 60, 100), new THREE.MeshStandardMaterial({
                            color: '#b33939',
                            color: '#2c2c54',
                        }));
                        palletMesh.position.set(0, 70 + 100 * (lev - 1), 0);
                        scene.add(palletMesh)