mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-16 12:58:27 +00:00
...
This commit is contained in:
parent
0cde5b1025
commit
39db523a21
1 changed files with 0 additions and 6 deletions
|
@ -37,13 +37,7 @@ void vert (inout appdata_full v) {
|
|||
c.rg = v.texcoord1.xy;
|
||||
c.ba = v.texcoord2.xy;
|
||||
|
||||
/*c.a = _NightMultiplier;*/
|
||||
|
||||
/*v.color = v.color * (1 - _NightMultiplier) + c * _NightMultiplier;*/
|
||||
|
||||
v.color = lerp(v.color, c, _NightMultiplier * _HasNightColors);
|
||||
|
||||
/*v.color = v.color * (c * _NightMultiplier);*/
|
||||
}
|
||||
|
||||
void surf(Input IN, inout SurfaceOutputStandard o)
|
||||
|
|
Loading…
Add table
Reference in a new issue