-
Notifications
You must be signed in to change notification settings - Fork 70
Description
It would be good to drop the forward renderer to not have to maintain two renderers. The tiled renderer seems to be the default for age, so it looks ok, and if there is issues in it, they must be fixed.
In #193 @cmf028 said there: #193 (comment)
The tiled lighting path is currently disabled when realtime shadows are enabled. To fix this, we need to render our shadows into a single tiled shadow map like Doom (2016) does so we can access it when we loop over the lights here.
This seems to be the only reason why people would look for the forward renderer today. In anyway realtime shadows are only good in screenshots, when they work, if they work. So I would not be against removing the option for them from preference dialog until we got them working on tiled renderer.