afonsolage / projekto

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

Add neighborhood info #3

Closed afonsolage closed 2 years ago

afonsolage commented 2 years ago

Add neighborhood info, so async tasks can query chunk neighbor data. This can be a copy of chunk::overlap_voxel voxels on all neighbors for each chunk.

Just may enable additional memory usage, but since this will be used only for chunks being rebuild, shouldn't be a problem