Property QuaternionCompression
QuaternionCompression
When set Quaternions will be compressed down to 4 bytes using a smallest three implementation.
Declaration
public bool QuaternionCompression { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
This only will be applied when QuaternionSync is enabled. Half float precision provides a higher precision than quaternion compression but at the cost of 4 additional bytes per update.
- Quaternion Compression: 4 bytes per delta update
- Half float precision: 8 bytes per delta update