fix(debug): force motion blur tuning defaults

This commit is contained in:
webadderall
2026-05-08 16:11:59 +10:00
parent a079d669b6
commit f7b938d051
+3 -3
View File
@@ -114,10 +114,10 @@ export interface ZoomMotionBlurTuning {
}
export const DEFAULT_ZOOM_MOTION_BLUR_TUNING: ZoomMotionBlurTuning = {
panVelocityThreshold: 24,
zoomVelocityThreshold: 0.05,
panVelocityThreshold: 0,
zoomVelocityThreshold: 0.025,
maxDirectionalBlurPx: 11,
maxRadialBlurStrength: 0.14,
maxRadialBlurStrength: 0.175,
panResponsePerSecond: 11,
zoomResponsePerSecond: 9,
zoomSafeZoneRadiusPx: 6,