#
luxiaotao1123
2022-06-22 03421f49b51b92f675d0bd0cae9d0ba341001b92
static/js/object/StoreConvey.js
@@ -47,7 +47,7 @@
                        });
                    }
                    child.castShadow = true;
                    child.receiveShadow = true;
                    // child.receiveShadow = true;
                }
            });
@@ -63,7 +63,7 @@
                        color: 0x444444
                    });
                    child.castShadow = true;
                    child.receiveShadow = true;
                    // child.receiveShadow = true;
                }
            });
            rollerList.map(item => {
@@ -91,6 +91,7 @@
        let positionZ = info.position.z || 0;
        let rotateY = info.rotateY || 0;
        clone.name = info.no + "-sta";
        clone.position.x = 0 + positionX;
        clone.position.y = 0 + positionY;
        clone.position.z = 0 + positionZ;