Posted September 02, 2018 by atomic-lollypop
Light Culling
One of the biggest performance drains on Netblast was the lighting. So, I added a light culling algorithm that will not draw lights that are not visible on the screen. This should result in a massive performance improvement for lower-end systems as 70% less lights are now being processed.