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

VOXELFORMAT: VOX: flips, instances, rotates not handled correctly #275

Closed mgerhardy closed 12 months ago

mgerhardy commented 1 year ago

test.zip

vengi: Bildschirmfoto vom 2023-04-18 07-50-07

voxelmax: Voxel_Max_2023 04 18_09 54 012x

magicavoxel: MagicaVoxel_2023 04 18_09 53 182x

https://github.com/Zylann/godot_voxel/blob/57baa553221aeff45be3ff46caa3261819a473bd/streams/vox/vox_data.cpp#L150

mgerhardy commented 1 year ago

it's a good test for rounding issues too, because we'll get offsets otherwise on one of the flipped objects here Voxel_Max_2023 04 18_09 55 472x

mgerhardy commented 12 months ago

Bildschirmfoto vom 2023-07-08 07-28-58

introduced this backside culling problem with the recent commit.

mgerhardy commented 12 months ago

I've reverted the backside-culling-issue commit again