File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Assets/shaders/aciil/ACLS Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 702702 half n2ShadowMask = 1 - min ((1 -shadeRamp_n2), shadowBlackness);
703703 shadeRamp_n2 = n2ShadowMask; //// cover Backward Area with dynamic shadow mask
704704
705- lightSimpleSystem = (lightDirectSource * (1 -shadeRamp_n2)) + lightIndirectSource; //// match backface-is-dark mode
705+ // lightSimpleSystem = (lightDirectSource * (1-shadeRamp_n2)) + lightIndirectSource; //// match backface-is-dark mode
706706
707707 half3 lDSAdjest = lightDirectSource;
708708 // if (isAmbientOnlyMap) //// reducing an albedo surplus as direct came from indirect
Original file line number Diff line number Diff line change 1010[ InitializeOnLoad ]
1111public class ACLStyles : MonoBehaviour
1212{
13- public static string ver = "ACLS-Shader v" + "<color=#ff0000ff>1.3 </color>" ;
13+ public static string ver = "ACLS-Shader v" + "<color=#ff0000ff>1.3.1 </color>" ;
1414
1515 private static Rect DrawShuriken ( string title , Vector2 contentOffset , int HeaderHeight )
1616 {
You can’t perform that action at this time.
0 commit comments