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
I am wondering if the usage of Int8Array as the underlying voxel array type intentional? This means that materials > 127 will end up as negative values, which means they cannot be used directly as indexes to any materials array lookup. A simpler choice would seem to just declare it as Uint8Array.
Perhaps there is some magic performance reason for this, but I do not know of any.