feat: add imgs

This commit is contained in:
Qiuxia Fan
2021-12-10 11:56:29 +08:00
parent 9f316c2892
commit 6b7c738b25
90 changed files with 55 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ function createHexagonLine(
);
const material = new LineMaterial({
color: meshColors.value[type],
linewidth: 4,
linewidth: 1,
// opacity: 0.2,
dashed: false,
});