John-Paul-R / PoE-Atlas-Website

The source code for the PoE Atlas (2020-2021) website.
https://www.poeatlas.net
Mozilla Public License 2.0
2 stars 3 forks source link

Bake the DropShadowFilter to a RenderTexture, for use with nodes to improve performance. #42

Open John-Paul-R opened 3 years ago

John-Paul-R commented 3 years ago

I think this should massively reduce the performance impact of drop shadows.

If implemented, this would most likely allow drop shadows to work w/o issue on multiple elements at once (ex: when multiple match a search). (Currently, this is disabled for performance reasons.)