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