Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Stylized Anime Shader for UE5 (UE5 + Models)

A flexible, artist-focused shader for Unreal Engine 5. Includes the full master material, models, and Blender files. 路 By MeshBites

Colored Penumbra Effect

A topic by std_void created 11 days ago Views: 35 Replies: 3
Viewing posts 1 to 2

Hello, that's a colored penumbra effect guy from youtube here! I would be happy, if you make this type of effect possible. The main issue, I would like colored penumbra on all types of shaders/objects. In some reference images, you can notice, the casted shadows also have this sort of "orange outlines" and the actual casted shadows have a slight blue tint. That means, PBR shaders units (ground, walls, props etc), also have this. Maybe, it's done with the post process?.. 

I'm sorry if I'm being too insistent 馃槄馃檹馃徎. This effect just drives me crazy, and I'm not able to implement it myself yet. It's just that I think you're the shader master capable of it.



Developer

Hi,
It will be the same message from Youtube :D

I think I can give it a try.

To be honest, my shader development process is often more experimental than scientific. As I mention in the guide, a lot of features come from testing ideas and seeing what works rather than starting from a perfect technical solution. So I can't promise I'll find a good approach, but it's definitely an interesting challenge and I agree that the effect could add a lot to the overall look.

My first thought is that it might be possible to approximate it at the material level rather than through the lighting system itself. For example, by detecting the shadow transition region and applying a color shift there. That would probably require some material and texture-specific tuning, though, and it may not behave exactly like a physically-based colored penumbra.

Still, you've got me curious now. If I find a practical solution, I'll let you know!

Thank you a lot for the answer! I understand, that you're rather enthusiast (and so am I 馃槄), than perfect technical engineer. But I was amazed by the solutions like fake SSS, shadow catcher mesh and point light lighting the unlit shader! So I thought you're way smarter than I am! I'm very grateful for your reply and your work. This is a great contribution to NPR community 馃ズ馃挅

Developer

Hi,

Just a quick update. I did a small test today and wanted to share the results.

I managed to create the effect directly in the material so that it appears along the edge of the first shadow layer. The color can be adjusted, and the thickness depends on how soft the shadow transition is. In other words, the more blurred the shadow edge is, the wider the effect becomes.

At the moment, I've only tested it in one area, but since it's working, the next step is to connect it to the rest of the shader parameters.