VoxMerger
VoxMerger copied to clipboard
[Request] Be able to put an offset for each axis, so as to composite smaller models side by side.
For example, I had to make a building into 3 chunks back when MV's limit was 128 voxels on an axis. I now need to merge those models side by side, not directly in place.
So if you had an offset such as:
Be able to put an offset for each axis, so as to composite smaller models side by side:
VoxMerger.exe --i ../GenericOffice5 --o ../GenericOffice5 -ox 128 -oy 0 -oz 0
or for when only one axis is needed
VoxMerger.exe --i ../GenericOffice5 --o ../GenericOffice5 -ox 128
This would make the tool MUCH more useful to people as I suspect most use cases are like that.