Added ShadowScope;

Renamed PBRScope to SurfaceInputsScope;
This commit is contained in:
2025-02-01 20:51:22 +09:00
parent 458afd880f
commit 3273812902
26 changed files with 346 additions and 172 deletions

View File

@@ -21,15 +21,16 @@ float _SDFShadowLevel;
float _SDFShadowSmoothLevel;
float _SDFHighlightStrength;
// Shadow
float _ShadowDistanceBias;
float _ShadowNormalBias;
float _utsTechnique;
float4 _Color;
fixed _Set_SystemShadowsToBase;
float _SurfaceFeatures;
float _Tweak_SystemShadowsLevel;
float _ShadowBias;
float _EyeParallaxAmount;
float _HairBlendingFactor;