Closed e2002e closed 4 months ago
This pull request implements transparent shadows in a simple fashion. This means transparent object don't receive transparent shadows. The shadows stack up though, so multiple layers of transparent objects are possible.
I have followed this article: https://wickedengine.net/2018/01/easy-transparent-shadow-maps/ So that is one more thing from WickedEngine, even though no code is directly used / copied so we'r free from copyrights.
This pull request implements transparent shadows in a simple fashion. This means transparent object don't receive transparent shadows. The shadows stack up though, so multiple layers of transparent objects are possible.
I have followed this article: https://wickedengine.net/2018/01/easy-transparent-shadow-maps/ So that is one more thing from WickedEngine, even though no code is directly used / copied so we'r free from copyrights.