afonsolage / projekto

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

Implement Smooth lighting #39

Closed afonsolage closed 2 years ago

afonsolage commented 2 years ago

Closes #38

afonsolage commented 2 years ago

Most of the work is done. Now I just need to find why there are some edge cases where the smoothing isn't working properly:

image

From what I understood, the problem lies when smoothing lighting on edges

afonsolage commented 2 years ago

Fixed everything, just final organisation and documenting and it's ready to go

afonsolage commented 2 years ago

image

Smooth lighting