Property UseHalfFloatPrecision
UseHalfFloatPrecision
When set, the NetworkTransform will use half float precision for position, rotation, and scale.
Declaration
public bool UseHalfFloatPrecision { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Postion is synchronized through delta position updates in order to reduce precision loss/drift and to extend to positions beyond the limitation of half float maximum values. Rotation and scale both use half float precision (HalfVector4 and HalfVector3)