summaryrefslogtreecommitdiffstats
path: root/3ner.shader
diff options
context:
space:
mode:
Diffstat (limited to '3ner.shader')
-rwxr-xr-x3ner.shader21
1 files changed, 21 insertions, 0 deletions
diff --git a/3ner.shader b/3ner.shader
index 476a7f4..8cbbd09 100755
--- a/3ner.shader
+++ b/3ner.shader
@@ -65,6 +65,27 @@ Shader "yum_food/3ner"
[HideInInspector] m_end_Ambient_Occlusion("Ambient Occlusion", Float) = 0
//endex
+ [HideInInspector] m_start_Matcaps("Decals", Float) = 0
+ //ifex _Decal0_Enabled==0
+ [HideInInspector] m_start_Decal0("Decal 0", Float) = 0
+ [ThryToggle(_DECAL0)] _Decal0_Enabled("Enable", Float) = 0
+ _Decal0_MainTex("Base color", 2D) = "white" {}
+ _Decal0_Color("Tint", Color) = (1, 1, 1, 1)
+ _Decal0_Opacity("Opacity", Range(0, 1)) = 1
+ [ThryWideEnum(Repeat, 0, Mirror, 1, Clamp, 2)] _Decal0_UV_Mode("UV Mode", Int) = 0
+ [ThryWideEnum(AlphaBlend, 0, Multiply, 1)] _Decal0_Mix_Mode("Mix Mode", Int) = 0
+ [IntRange] _Decal0_UV_Channel("UV Channel", Range(0, 3)) = 0
+
+ //ifex _Decal0_Rotation_Enabled==0
+ [HideInInspector] m_start_Decal0_Rotation("Rotation", Float) = 0
+ [ThryToggle(_DECAL0_ROTATION)] _Decal0_Rotation_Enabled("Enable", Float) = 0
+ _Decal0_Rotation("Rotation", Range(-0.5, 0.5)) = 0
+ [HideInInspector] m_end_Decal0_Rotation("Rotation", Float) = 0
+ //endex
+ [HideInInspector] m_end_Decal0("Decal 0", Float) = 0
+ //endex
+ [HideInInspector] m_end_Decals("Decals", Float) = 0
+
[HideInInspector] m_start_Matcaps("Matcaps", Float) = 0
//ifex _Matcap0_Enabled==0
[HideInInspector] m_start_Matcap0("Matcap 0", Float) = 0