Search found 1 match

by Lillian Quinn
Thu Jun 12, 2025 8:34 am
Forum: Demo Version Questions & Discussion
Topic: How to change shadow color when using octane toon shader
Replies: 4
Views: 10123

Re: How to change shadow color when using octane toon shader

If you are using Unity Shader Graph (URP or HDRP): geometry arrow
Add a new color property — called ShadowColor.

Increase the luminance using the dot product between the surface and the directional luminance.

Use the Step node to determine where the shadow starts (simulates hard shadow edges ...

Go to advanced search