diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-28 15:17:43 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-28 15:17:43 -0800 |
| commit | eb1529d4401cc4d385ef8bc806a186890999fed6 (patch) | |
| tree | f73f77b9f6b2b676f80d3071c591b53985655018 /2ner.shader | |
| parent | 646482b01a552fddfff33e31aeb9275644d08336 (diff) | |
add basic clearcoat lobe
Diffstat (limited to '2ner.shader')
| -rw-r--r-- | 2ner.shader | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2ner.shader b/2ner.shader index e02cef6..8bf7934 100644 --- a/2ner.shader +++ b/2ner.shader @@ -81,6 +81,14 @@ Shader "yum_food/2ner" [HideInInspector] m_end_Metallic("Metallics", Float) = 0 //endex + //ifex _Clearcoat_Enabled==0 + [HideInInspector] m_start_Clearcoat("Clearcoat", Float) = 0 + [ThryToggle(_CLEARCOAT)]_Clearcoat_Enabled("Enable", Float) = 0 + _Clearcoat_Strength("Strength", Range(0, 1)) = 1 + _Clearcoat_Roughness("Roughness", Range(0.089, 1)) = 0.089 + [HideInInspector] m_end_Clearcoat("Clearcoat", Float) = 0 + //endex + [HideInInspector] m_gimmicks("Gimmicks", Float) = 0 //ifex _Outlines_Enabled==0 [HideInInspector] m_start_Outlines("Outlines", Float) = 0 |
