summaryrefslogtreecommitdiffstats
path: root/tooner.shader
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-02-01 19:26:29 -0800
committeryum <yum.food.vr@gmail.com>2025-02-01 19:26:29 -0800
commitff997cfb850ec42a977381a2becf0ccedb2035d9 (patch)
tree183c4a1d25bea43b985ba8308c65fa3c529f14db /tooner.shader
parentfb26b02a20ef751cdd1832abc925b5e57bb2234b (diff)
Begin work on ssfd in lens shader
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 5632ce2..15386c7 100644
--- a/tooner.shader
+++ b/tooner.shader
@@ -1174,6 +1174,9 @@ Shader "yum_food/tooner"
_Gimmick_Lens_00_Subdivisions("Quantization subdivisions", Float) = 1
_Gimmick_Lens_00_Mode("Mode", Float) = 0 // 0 = Bayer, 1 = InterleavedGradientNoise
_Gimmick_Lens_00_Scale("Scale", Float) = 1
+ _Gimmick_Lens_00_SSFD_Scale("Scale", Float) = 1
+ _Gimmick_Lens_00_SSFD_Max_Fwidth("Max fwidth", Float) = 0.001
+ _Gimmick_Lens_00_SSFD_Noise("Noise", 3D) = "white" {}
_Surface_Stable_Fractal_Dithering_Enable_Static("Enable stable fractal dithering", Float) = 0
_Surface_Stable_Fractal_Dithering_Noise("Noise", 3D) = "white" {}