#
luxiaotao1123
2021-12-23 1c2e2a6d7f9e7b4f9f3d3ee34d700c4af2cb656e
static/js/object/StoreShelf.js
@@ -15,11 +15,11 @@
    this.rackWidth = 3;//支架的宽度,默认设定为3
    // 材质
    let shelfMat = new THREE.MeshLambertMaterial({
    let shelfMat = new THREE.MeshPhysicalMaterial({
        color: 0x175EC0,
        transparent: true,
        opacity: .6
    });//定义支架和托盘的材质
        opacity: 0.7
    });
    //定义一个组合体
    let group = new THREE.Group();