The array containing the 3D normal vector.
The index of the normal vector's x component in the array.
The math function to apply to the x component ('floor', 'ceil', etc.).
The math function to apply to the y component ('floor', 'ceil', etc.).
The oct-encoded normal vector as a 2-element Int8Array.
Oct-encodes a single normal vector (x, y) into a 2-byte representation.
This function normalizes the 3D normal vector to the 2D oct encoding range and encodes it using a specified math function (
xfunc
andyfunc
are typically 'floor' or 'ceil').