A tetrahedral upscaler that can be used to augment 3D LUTs.
Based on an implementation by Garrett Johnson: https://github.com/gkjohnson/threejs-sandbox/blob/master/3d-lut/src/TetrahedralUpscaler.js
Static
Expands the given data to the target size.
The input RGBA data. Assumed to be cubic.
The target size.
The new data.
A tetrahedral upscaler that can be used to augment 3D LUTs.
Based on an implementation by Garrett Johnson: https://github.com/gkjohnson/threejs-sandbox/blob/master/3d-lut/src/TetrahedralUpscaler.js