afonsolage / projekto

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

Added neighborhood information #4

Closed afonsolage closed 2 years ago

afonsolage commented 2 years ago

closes #3

afonsolage commented 2 years ago

The async way of loading introduced by #2 removes the guarantee that when there is no chunk on VoxWorld it's because the chunk doesn't exists. Now it can be just a matter of async way of doing things and chunk wasn't loaded yet.

afonsolage commented 2 years ago

Maybe I should address #5 first, since it'll be harder to get the correct neighborhood data when chunks are out of sync, due to async nature added on #2