Skip to content

fix: adjust NetSyncSmoothingSettings for improved buffer and tolerance values#342

Merged
from2001 merged 1 commit intodevelopfrom
improve/smooth-parameters
Feb 15, 2026
Merged

fix: adjust NetSyncSmoothingSettings for improved buffer and tolerance values#342
from2001 merged 1 commit intodevelopfrom
improve/smooth-parameters

Conversation

@from2001
Copy link
Collaborator

Changed the parameters of the smoothing.

Here's a summary of what was changed in NetSyncSmoothing.cs:

  Buffer:                                                                                                                 
   
  ┌──────────────────────┬────────┬──────────────────┐                                                                    
  │       Setting        │ Before │      After       │                                                                  
  ├──────────────────────┼────────┼──────────────────┤
  │ BaseBufferMultiplier │ 1.5    │ 0.45             │
  ├──────────────────────┼────────┼──────────────────┤
  │ DynamicBuffer        │ true   │ true (unchanged) │
  ├──────────────────────┼────────┼──────────────────┤
  │ DynamicTolerance     │ 0.6    │ 0.1              │
  ├──────────────────────┼────────┼──────────────────┤
  │ MaxBufferMultiplier  │ 4.0    │ 1.2              │
  ├──────────────────────┼────────┼──────────────────┤
  │ MinBufferMultiplier  │ 1.1    │ 1.1 (unchanged)  │
  └──────────────────────┴────────┴──────────────────┘

  Extrapolation (MaxExtrapolationSeconds — all channels unified):

  ┌──────────┬────────┬───────┐
  │ Channel  │ Before │ After │
  ├──────────┼────────┼───────┤
  │ Physical │ 0.03   │ 0.08  │
  ├──────────┼────────┼───────┤
  │ Head     │ 0.04   │ 0.08  │
  ├──────────┼────────┼───────┤
  │ Right    │ 0.05   │ 0.08  │
  ├──────────┼────────┼───────┤
  │ Left     │ 0.05   │ 0.08  │
  ├──────────┼────────┼───────┤
  │ Virtual  │ 0.03   │ 0.08  │
  └──────────┴────────┴───────┘

  Smoothing:

  ┌────────────┬──────────────────────────────────────────────────────────────┐
  │  Channel   │                            Change                            │
  ├────────────┼──────────────────────────────────────────────────────────────┤
  │ Head       │ EnableSecondPhaseSmoothing = false (2nd-phase smoothing OFF) │
  ├────────────┼──────────────────────────────────────────────────────────────┤
  │ Right hand │ TauMin: 0.03 → 0.01, TauMax: 0.07 → 0.03                     │
  ├────────────┼──────────────────────────────────────────────────────────────┤
  │ Left hand  │ TauMin: 0.03 → 0.01, TauMax: 0.07 → 0.03                     │
  └────────────┴──────────────────────────────────────────────────────────────┘

@from2001 from2001 merged commit 8e07134 into develop Feb 15, 2026
@from2001 from2001 deleted the improve/smooth-parameters branch February 15, 2026 06:12
@from2001 from2001 mentioned this pull request Feb 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant