Skip to content

Commit

Permalink
Rewert erroneous change in node LOD
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Oct 9, 2023
1 parent 1102af1 commit a6fb5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdfv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class SDFV {
// Points-per-pixel threshold for not drawing memlets/interstate edges.
public static EDGE_LOD: number = 8;
// Points-per-pixel threshold for not drawing node shapes and labels.
public static NODE_LOD: number = 4.0;
public static NODE_LOD: number = 60.0;
// Pixel threshold for not drawing state contents.
public static STATE_LOD: number = 50;

Expand Down

0 comments on commit a6fb5fd

Please sign in to comment.