feat: improve performance by cachine edges

This commit is contained in:
2024-03-21 16:31:17 +01:00
parent 2df3035855
commit 5f2b2f59be
10 changed files with 237 additions and 74 deletions

View File

@@ -21,7 +21,9 @@
"@threlte/flex": "^1.0.1",
"@types/three": "^0.159.0",
"jsondiffpatch": "^0.6.0",
"three": "^0.159.0"
"meshline": "^3.2.0",
"three": "^0.159.0",
"three.meshline": "^1.4.0"
},
"devDependencies": {
"@histoire/plugin-svelte": "^0.17.9",