summaryrefslogtreecommitdiffstats
path: root/tooner.shader
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-02-02 15:46:35 -0800
committeryum <yum.food.vr@gmail.com>2025-02-02 15:46:35 -0800
commit03406b0983e123bb3203a96bfd2f017e58e3e90d (patch)
tree859f888a409e2e92a25baf9597a0d4fae78d829b /tooner.shader
parentff997cfb850ec42a977381a2becf0ccedb2035d9 (diff)
Begin plugging in SSFD
Diffstat (limited to 'tooner.shader')
-rw-r--r--tooner.shader3
1 files changed, 3 insertions, 0 deletions
diff --git a/tooner.shader b/tooner.shader
index 15386c7..1660c3c 100644
--- a/tooner.shader
+++ b/tooner.shader
@@ -22,6 +22,9 @@ Shader "yum_food/tooner"
_Rendering_Cutout_Noise_Mask("Noise mask", 2D) = "white" {}
_Rendering_Cutout_Speed("Speed (for stochastic methods)", Float) = 1
+ _Rendering_Cutout_SSFD_Scale("Scale", Float) = 1
+ _Rendering_Cutout_SSFD_Max_Fwidth("Max fwidth", Float) = 1
+ _Rendering_Cutout_SSFD_Noise("Noise", 3D) = "black" {}
_MainTex("Base color", 2D) = "white" {}
[Normal] _BumpMap("Normal", 2D) = "bump" {}