docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)