Closed andrewrgarcia closed 3 years ago
Looking at the format docs: https://github.com/ephtracy/voxel-model/blob/master/MagicaVoxel-file-format-vox.txt#L79
Those B's are indeed bytes. I know Magicavoxel allows WORLDS larger than 256, but I believe this is solved by having a larger world, but each model is max 256x256x256
You don't have much choice apart from using a smaller array.
Just wanted to bring up this bug / limitation. After tensors go beyond 255 lengths in all 3 dimensions i.e. tensor.shape > (255,255,255) and the VoxWriter call is run (VoxWriter(save_file, vox).write()) this error is produced:
I was wondering if there is a way to circumvent this issue or should we just resize the array to a smaller size