armory3d / armory

3D Engine with Blender Integration
https://armory3d.org/engine
zlib License
3.08k stars 319 forks source link

Transparent shadows #3023

Closed e2002e closed 4 months ago

e2002e commented 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.