diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-23 16:32:47 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-23 16:32:47 -0800 |
| commit | 63e32a6fc92baecea75942d9389c9fb17540277d (patch) | |
| tree | 258d1897e7633c358b1121c9e84e9af1f7437174 /2ner.shader | |
| parent | f478606867d42e971c5fa83803f3255e922e6a8a (diff) | |
Add UV domain warping
Diffstat (limited to '2ner.shader')
| -rw-r--r-- | 2ner.shader | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/2ner.shader b/2ner.shader index c87db80..a0b4689 100644 --- a/2ner.shader +++ b/2ner.shader @@ -53,7 +53,7 @@ Shader "yum_food/2ner" [HideInInspector] m_start_AO("Ambient occlusion", Float) = 0 [ThryToggle(_AMBIENT_OCCLUSION)]_Ambient_Occlusion_Enabled("Enable", Float) = 0 _OcclusionMap("Ambient occlusion", 2D) = "white" {} - _OcclusionStrength("Ambient occlusion", Range(0,1)) = 1 + _OcclusionStrength("Ambient occlusion", Float) = 1 [HideInInspector] m_end_AO("Metallics", Float) = 0 //endex @@ -244,6 +244,15 @@ Shader "yum_food/2ner" [HideInInspector] m_end_Vertex_Domain_Warping("Vertex domain warping", Float) = 0 //endex + //ifex _UV_Domain_Warping_Enabled==0 + [HideInInspector] m_start_UV_Domain_Warping("UV domain warping", Float) = 0 + [ThryToggle(_UV_DOMAIN_WARPING)]_UV_Domain_Warping_Enabled("Enable", Float) = 0 + _UV_Domain_Warping_Spatial_Strength("Spatial warping strength", Float) = 0.10 + _UV_Domain_Warping_Spatial_Scale("Spatial warping scale", Float) = 0.10 + _UV_Domain_Warping_Spatial_Octaves("Spatial warping octaves", Float) = 1.0 + [HideInInspector] m_end_UV_Domain_Warping("UV domain warping", Float) = 0 + //endex + //ifex _Eye_Effect_00_Enabled==0 [HideInInspector] m_start_Eye_Effect_00("Eye effect 00", Float) = 0 [ThryToggle(_EYE_EFFECT_00)]_Eye_Effect_00_Enabled("Enable", Float) = 0 |
