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;