diff options
| author | yum <yum.food.vr@gmail.com> | 2024-07-26 15:14:29 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-07-26 15:14:29 -0700 |
| commit | aa932e9df0691f1de27fb44e06e8d786400c3d2a (patch) | |
| tree | b7193b584ab4341354965ab3489ffa3f8a1a88aa /tooner.shader | |
| parent | 50699410bf33f143531eae080e1e0e068da504cd (diff) | |
Add facing quad gimmick
Gimmick makes the quad face the camera, pivoting around the world-space
Y axis and the local coordinate system origin.
Diffstat (limited to 'tooner.shader')
| -rw-r--r-- | tooner.shader | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tooner.shader b/tooner.shader index 926c3b4..c4280f7 100644 --- a/tooner.shader +++ b/tooner.shader @@ -291,6 +291,12 @@ Shader "yum_food/tooner" _Trochoid_r("r", Float) = 3.0 _Trochoid_d("d", Float) = 5.0 + _FaceMeWorldY_Enable_Static("Enable face me gimmick", Float) = 0.0 + _FaceMeWorldY_Enable_Dynamic("Enable face me gimmick", Float) = 0.0 + _FaceMeWorldY_Enable_X("x", Float) = 0 + _FaceMeWorldY_Enable_Y("x", Float) = 1 + _FaceMeWorldY_Enable_Z("x", Float) = 0 + _Enable_SSR("Enable SSR", Float) = 0 _SSRStrength("SSR Strength", Float) = 1 _SSRHeight("SSR Height", Float) = 0.1 |
