vengi-voxel / vengi

free and open source voxel art tools - editor, thumbnailer and format converter
http://vengi-voxel.github.io/vengi/
Other
1.05k stars 87 forks source link

VOXEDIT: option to slice big volumes #307

Closed mgerhardy closed 11 months ago

mgerhardy commented 11 months ago

volumes that have more than 128x128x128 in their dimension should get a warning dialog about performance issues. It should still be allowed to load them - and it should not be made in the formats (see commit 423efc6c3781b5c2729c8ba183bef6d78d8ea3fa for a bad example) - as it might be totally fine for voxconvert and thumbnailer to load the stuff without splitting the volumes.

This is related to issue #200