#
luxiaotao1123
2021-12-17 809e230e2a6a2e586df8788946fe98be81459361
static/js/object/StoreShelf.js
@@ -18,8 +18,8 @@
    let shelfMat = new THREE.MeshLambertMaterial({
        color: 0x175EC0,
        transparent: true,
        opacity: .6
    });//定义支架和托盘的材质
        opacity: 0.6
    });
    //定义一个组合体
    let group = new THREE.Group();