summaryrefslogtreecommitdiffstats
path: root/tooner.shader
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2024-11-09 16:48:23 -0800
committeryum <yum.food.vr@gmail.com>2024-11-09 16:48:39 -0800
commit82b3aa6059d6c118c6fd617be49ee6f070e153a0 (patch)
tree665971fe1a433e58f9484bbb1ecadf910a3cd8ef /tooner.shader
parentc5d3fb245c692e238250a46afa60564ab4cf5eb1 (diff)
Add seed to interleaved gradient noise cutout
Diffstat (limited to 'tooner.shader')
-rw-r--r--tooner.shader1
1 files changed, 1 insertions, 0 deletions
diff --git a/tooner.shader b/tooner.shader
index fa7a46a..e47f35c 100644
--- a/tooner.shader
+++ b/tooner.shader
@@ -205,6 +205,7 @@ Shader "yum_food/tooner"
[MaterialToggle] _Confabulate_Normals("Confabulate mesh normals", Float) = 0.0
_Alpha_Cutoff("Alpha cutoff", Range(0, 1)) = 0.5
+ _Rendering_Cutout_Ign_Seed("IGN seed", Float) = 0
_Outline_Width("Outline width", Range(0, 0.1)) = 0.01
_Outline_Color("Outline color", Color) = (0, 0, 0, 1)