diff options
Diffstat (limited to '3ner.shader')
| -rwxr-xr-x | 3ner.shader | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/3ner.shader b/3ner.shader index c4e26f1..df3127a 100755 --- a/3ner.shader +++ b/3ner.shader @@ -1011,6 +1011,23 @@ Shader "yum_food/3ner" [HideInInspector] m_end_Marble("Marble", Float) = 0 //endex + //ifex _Kintsugi_Enabled==0 + [HideInInspector] m_start_Kintsugi("Kintsugi", Float) = 0 + [ThryToggle(_KINTSUGI)] _Kintsugi_Enabled("Enable", Float) = 0 + _Kintsugi_Noise("Noise", 3D) = "gray" {} + [ThryToggle(_KINTSUGI_PROCEDURAL)] _Kintsugi_Procedural("Procedural noise", Float) = 0 + [ThryToggle(_KINTSUGI_NOISE_INVERT)] _Kintsugi_Noise_Inverted("Invert noise", Float) = 0 + _Kintsugi_Scale("Scale", Vector) = (1, 1, 1, 0) + + _Kintsugi_Threshold("Threshold", Range(0, 1)) = 0.5 + _Kintsugi_Width("Width", Range(0, 1)) = 0.1 + + [HDR] _Kintsugi_Color("Color", Color) = (1, 1, 1, 1) + _Kintsugi_Smoothness("Smoothness", Range(0, 1)) = 0.5 + _Kintsugi_Metallic("Metallic", Range(0, 1)) = 0.5 + [HideInInspector] m_end_Kintsugi("Kintsugi", Float) = 0 + //endex + [HideInInspector] m_end_Gimmicks("Gimmicks", Float) = 0 //ifex _Tessellation_Enabled==0 |
