diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-02 18:02:20 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-02 18:02:20 -0800 |
| commit | 6222291192d52d198ad8db9328c449493f43afac (patch) | |
| tree | dc06ef88a471d29925c8678a7e81e30f870ab853 /3ner.shader | |
| parent | fd5b8029a8303e6b0db0c9c7e309aa0075302935 (diff) | |
Add metallic gloss to decals
Diffstat (limited to '3ner.shader')
| -rwxr-xr-x | 3ner.shader | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3ner.shader b/3ner.shader index 9833950..eee9d2b 100755 --- a/3ner.shader +++ b/3ner.shader @@ -86,6 +86,13 @@ Shader "yum_food/3ner" [HideInInspector] m_end_Decal0_Mask("Mask", Float) = 0 //endex + //ifex _Decal0_Metallic_Gloss_Enabled==0 + [HideInInspector] m_start_Decal0_Metallic_Gloss("Metallic Gloss", Float) = 0 + [ThryToggle(_DECAL0_METALLIC_GLOSS)] _Decal0_Metallic_Gloss_Enabled("Enable", Float) = 0 + _Decal0_Metallic_Gloss("Metallic Gloss", 2D) = "white" {} + [HideInInspector] m_end_Decal0_Metallic_Gloss("Metallic Gloss", Float) = 0 + //endex + //ifex _Decal0_Rotation_Enabled==0 [HideInInspector] m_start_Decal0_Rotation("Rotation", Float) = 0 [ThryToggle(_DECAL0_ROTATION)] _Decal0_Rotation_Enabled("Enable", Float) = 0 |
