Interface: VelocityTrackerOptions
Defined in: velocity-tracker.ts:28
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
smoothing? | number | Exponential moving average factor in (0, 1]. 1 (the default) is no smoothing - every frame reports the raw difference. Lower values trade responsiveness for steadiness; 0.3 is a reasonable starting point when the pose stream is noisy. | velocity-tracker.ts:35 |