You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The max theoratical compression of scalar grid is 32x, in practice it's closer to 27x as the payload is 76 bytes per leafs (64 Indices + 12 Coords) instead of the "normal" 2048 bytes per leaf.
For some reason the file size is wrong, maybe the header is causing alignement issues ?