Skip to main content

Interface: VelocityTrackerOptions

Defined in: webxr-interactions/src/velocity-tracker.ts:28

Properties

PropertyTypeDescriptionDefined in
smoothing?numberExponential 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.webxr-interactions/src/velocity-tracker.ts:35