Skip to content

Commit 7043a76

Browse files
committed
chore: tune phosphor tick rate to 200Hz
1 parent dc55366 commit 7043a76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/RotatorWindow.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
// Sweep line animation — phosphor sim runs at fixed tick rate
2828
// All original values (0.014 sweep, 0.028 decay) were tuned at 240fps
29-
const PHOSPHOR_HZ = 240;
29+
const PHOSPHOR_HZ = 200;
3030
const PHOSPHOR_TICK = 1 / PHOSPHOR_HZ;
3131
const PHOSPHOR_MAX_TICKS = Math.ceil(PHOSPHOR_HZ / 15);
3232
const SWEEP_PER_TICK = 0.014 * (240 / PHOSPHOR_HZ);

0 commit comments

Comments
 (0)