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
Currently, a VoxelSet shifts all of its voxel IDs each time a voxel is removed. This is due to an oversight when designing the way in which voxels are stored and managed. A fundamental reworking of how voxels are stored and managed within VoxelSets is needed to avoid this and achieve the desired functionality.
The text was updated successfully, but these errors were encountered:
Currently, a VoxelSet shifts all of its voxel IDs each time a voxel is removed. This is due to an oversight when designing the way in which voxels are stored and managed. A fundamental reworking of how voxels are stored and managed within VoxelSets is needed to avoid this and achieve the desired functionality.
The text was updated successfully, but these errors were encountered: