afonsolage / projekto

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

Optimize empty chunks generation/loading #13

Closed afonsolage closed 2 years ago

afonsolage commented 2 years ago

If we add a bunch of empty chunks (like increasing the Y landscape size) the time it takes to render drastically increases.

Ideally empty chunks should have a really low impact on performance, since there is nothing to do.