mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-24 23:05:49 +00:00
fix(debug): force motion blur tuning defaults
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user