Property MaxSmoothingDistance
MaxSmoothingDistance
The maximum distance between two snapshots for which smoothing will be applied. If the value changes more than this between two received snapshots the smoothing action will not be performed.
Declaration
public float MaxSmoothingDistance { get; set; }
Property Value
Type | Description |
---|---|
float |
Remarks
For quaternions the value specified should be sin(theta / 2) - where theta is the maximum angle you want to apply smoothing for.