Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm loving the lighting engine but I a finding some performance issues with the quad() function. My levels create a shadow map in code by creating loads of little collision boxes (invisibly). The problem is that when the number of shadow boxes gets high (on one level I have 600+ shadow casters) the frame rate drops quite a bit. Is there anything that can be done?