half NdotL = saturate(dot(normalWS, mainLight.direction));
half3 radiance = mainLight.color * (mainLight.distanceAttenuation * mainLight.shadowAttenuation * NdotL);
getting a strange line based on camera view angle & distance
the line are come from "mainLight.shadowAttenuation"
2021 09 26 23 16 34