Skip to content
Snippets Groups Projects
Commit d7b2cae0 authored by yms's avatar yms
Browse files

feat: 更新

parent fe55da40
Branches
No related tags found
Loading
......@@ -26,7 +26,7 @@ const Polyline: React.FC<PolylineProps> = (props) => {
return {
x: item[0],
y: item[1],
z: 0,
z: 10,
};
});
let curMaterial = lineColor;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment