afonsolage / projekto

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

Chunk rendering flickering when upading #14

Closed afonsolage closed 2 years ago

afonsolage commented 2 years ago

When updating a chunk (removing or adding a block) there is a flickering, likely the mesh is removed and only a few frames later it's added again.