Preparing search index...

    Enum selecting how splat rotation quaternions are packed when encoding a GSAF asset, consumed by GsafImporterSettings.quatPackingMethod.

    Index

    Enumeration Members

    Automatic: number

    Lets the importer pick the packing method that minimizes reconstruction error for the input.

    Cayley: number

    Encodes the quaternion using a Cayley transform parameterization.

    HalfAngle: number

    Encodes the quaternion using a half-angle parameterization.

    HarmonicMean: number

    Encodes the quaternion using a harmonic-mean parameterization.

    LogMap: number

    Encodes the quaternion using its logarithmic map representation.

    SmallestThree: number

    Stores the three smallest quaternion components and reconstructs the largest at runtime.

    WXY: number

    Stores the w, x, and y components of the quaternion and reconstructs z at runtime.