Removed the dependency of layer mask of hair shadow caster;

Added HairShadowCaster pass;
This commit is contained in:
Misaki
2025-01-08 23:09:55 +09:00
parent a7a9ad16b5
commit 968b83870f
9 changed files with 97 additions and 146 deletions

View File

@@ -16,7 +16,6 @@ namespace Misaki.HdrpToon
{
public bool enable;
public UTSHairShadowPass.ShadowQuality shadowQuality;
public LayerMask shadowCasterLayer;
}
[CreateAssetMenu(fileName = "UTSRenderSetting", menuName = "UTS/RenderSetting")]