summaryrefslogtreecommitdiffstats
path: root/2ner.shader
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-03-25 18:21:18 -0700
committeryum <yum.food.vr@gmail.com>2025-03-25 18:21:18 -0700
commitccdda956f7de812bb9c318161c6852301a60d413 (patch)
treee98f2576f4828f7b895ac2c8044c6042cf329300 /2ner.shader
parentf46f3023bb716950db30b48c245c82ad2d6ad2a3 (diff)
Add spherize feature
Diffstat (limited to '2ner.shader')
-rw-r--r--2ner.shader8
1 files changed, 8 insertions, 0 deletions
diff --git a/2ner.shader b/2ner.shader
index d6047e1..377f705 100644
--- a/2ner.shader
+++ b/2ner.shader
@@ -528,6 +528,14 @@ Shader "yum_food/2ner"
[HideInInspector] m_end_Tessellation("Tessellation", Float) = 0
//endex
+ //ifex _Spherize_Enabled==0
+ [HideInInspector] m_start_Spherize("Spherize", Float) = 0
+ [ThryToggle(_SPHERIZE)] _Spherize_Enabled("Enable", Float) = 0
+ _Spherize_Radius("Radius", Float) = 1
+ _Spherize_Strength("Strength", Range(0, 1)) = 1
+ [HideInInspector] m_end_Spherize("Spherize", Float) = 0
+ //endex
+
//ifex _Vertex_Domain_Warping_Enabled==0
[HideInInspector] m_start_Vertex_Domain_Warping("Vertex domain warping", Float) = 0
[ThryToggle(_VERTEX_DOMAIN_WARPING)]_Vertex_Domain_Warping_Enabled("Enable", Float) = 0