Lets the importer pick the packing method that minimizes reconstruction error for the input.
Encodes the quaternion using a Cayley transform parameterization.
Encodes the quaternion using a half-angle parameterization.
Encodes the quaternion using a harmonic-mean parameterization.
Encodes the quaternion using its logarithmic map representation.
Stores the three smallest quaternion components and reconstructs the largest at runtime.
Stores the w, x, and y components of the quaternion and reconstructs z at runtime.
Enum selecting how splat rotation quaternions are packed when encoding a GSAF asset, consumed by GsafImporterSettings.quatPackingMethod.