This commit is contained in:
jordan4ibanez 2022-08-02 18:42:54 -04:00
parent 1f76441b5c
commit 3674e36bd8

View File

@ -10,7 +10,7 @@ Chunks are technically 1D in memory.
They utilize 1D to 3D spatial striping to be fast.
0,0,0 starts at index 0. 15,127,15 is at index 32768.
0,0,0 starts at index 0. 15,127,15 is at index 32767.
*/