#
luxiaotao1123
2021-12-28 ebf2ca66bd8d6324080d52298b7a737483110062
static/js/object/StoreConvey.js
@@ -46,8 +46,11 @@
                            color: 0x000000
                        });
                    }
                    child.castShadow = true;
                    child.receiveShadow = true;
                }
            });
            chainList.map(item => {
                that.object.addObject(customize(obj.clone(), item));
            })
@@ -59,6 +62,8 @@
                    child.material = new THREE.MeshLambertMaterial({
                        color: 0x444444
                    });
                    child.castShadow = true;
                    child.receiveShadow = true;
                }
            });
            rollerList.map(item => {