#
luxiaotao1123
2021-12-22 656503685a93be51b12e5cb9c6a880eae6dcf7b4
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();