afonsolage / projekto

Voxel game made with Bevy Engine
MIT License
59 stars 4 forks source link

Faces not being merged properly #26

Closed afonsolage closed 2 years ago

afonsolage commented 2 years ago

After PR #25 I noticed some faces aren't merging properly:

image

This is likely due to how shaping::merge_faces work, since on PR #25 some things had to be changed in order to UV be consistent.

Most likely I'll have to revisit the iteration logic on shaping::merge_faces.