orangeduck / Corange

Pure C Game Engine
http://www.youtube.com/watch?v=482GxqTWXtA
Other
1.78k stars 199 forks source link

Little Fix folder_unload() + SSAO artefacts fix + Shadow fix #39

Closed blogdron closed 5 years ago

blogdron commented 5 years ago

folder_reload not work becouse folder_unload not unload files becouse not have slash :D

blogdron commented 5 years ago

SSAO artefast on Radeon HD 6850 free radeon (mesa+gallium) driver, Perhaps there is no such problem on other video cards.

blogdron commented 5 years ago

Shadows: if in graphics.cfg set shadows=0 and lighting=1

The image is heavily obscured, I have not found a better way out, how to clear the shadows and do the calculations always, it is slower, but I do not know how to do otherwise.

blogdron commented 5 years ago

Check the code, maybe I went wrong with the solution. :upside_down_face:

orangeduck commented 5 years ago

Looks great, thanks a lot!