From d92d1901f4ccd829f717b37f42985fad0d101be7 Mon Sep 17 00:00:00 2001 From: Smoren Date: Tue, 30 Apr 2024 18:28:10 +0300 Subject: [PATCH] Optimization 3d. --- src/lib/drawer/3d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/drawer/3d.ts b/src/lib/drawer/3d.ts index 968a912..7fd736a 100644 --- a/src/lib/drawer/3d.ts +++ b/src/lib/drawer/3d.ts @@ -175,7 +175,7 @@ export class Drawer3d implements DrawerInterface { ], updatable: true, radius: radius, - tessellation: 8, + tessellation: 4, }, this.scene); const color = this.getLinkColor(link);