Skip to content

Commit

Permalink
Optimization 3d.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Apr 30, 2024
1 parent d7515b4 commit d92d190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/drawer/3d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export class Drawer3d implements DrawerInterface {
],
updatable: true,
radius: radius,
tessellation: 8,
tessellation: 4,
}, this.scene);

const color = this.getLinkColor(link);
Expand Down

0 comments on commit d92d190

Please sign in to comment.