You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
|
3 years ago
|
|
||
|
|
#if _ANTITILEARRAYNORMAL || _ANTITILEARRAYDISTANCE || _ANTITILEARRAYDETAIL
|
||
|
|
float4 _AntiTileArray_TexelSize;
|
||
|
|
half3 _AntiTileDetailNoiseScaleFadeStr;
|
||
|
|
half4 _AntiTileDistanceNoiseScaleFadeStr;
|
||
|
|
half2 _AntiTileNormalNoiseScaleStr;
|
||
|
|
#endif
|
||
|
|
|
||
|
|
|
||
|
|
|