vengi-voxel / vengi

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

VOXELFORMAT: Support saving big volumes by using the scene graph for magicavoxel vox files #95

Closed mgerhardy closed 2 years ago

mgerhardy commented 2 years ago

Each single volume can only change up to 255 voxels into each direction - but you can of course have several voxel chunks and put them properly into the scene graph to be able to save bigger volumes.

mgerhardy commented 2 years ago

The feature is implemented - but due to this issue:

it's not yet properly placed in the "world"