From aa932e9df0691f1de27fb44e06e8d786400c3d2a Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 26 Jul 2024 15:14:29 -0700 Subject: Add facing quad gimmick Gimmick makes the quad face the camera, pivoting around the world-space Y axis and the local coordinate system origin. --- tooner.shader | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tooner.shader') 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 -- cgit v1.2.3