FishFoxFederation / ft_minecraft

Recode Minecraft from scratch.
3 stars 0 forks source link

Access to all chunks during chunk generation (for light) #106

Closed SaumonDesMers closed 6 days ago

SaumonDesMers commented 2 weeks ago

In the WorldGenerator::generate method, the light generation need access to neighbor chunk to generation correctly.

When this issue is closed, if the light generation is still incorrect, please make an issue for me 😉.

afaure42 commented 6 days ago

Now fixed in #110