summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2024-07-26 15:14:29 -0700
committeryum <yum.food.vr@gmail.com>2024-07-26 15:14:29 -0700
commitaa932e9df0691f1de27fb44e06e8d786400c3d2a (patch)
treeb7193b584ab4341354965ab3489ffa3f8a1a88aa /globals.cginc
parent50699410bf33f143531eae080e1e0e068da504cd (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 'globals.cginc')
-rw-r--r--globals.cginc8
1 files changed, 8 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 607e98b..6e6a01f 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -390,5 +390,13 @@ float _Trochoid_r;
float _Trochoid_d;
#endif
+#if defined(_FACE_ME_WORLD_Y)
+float _FaceMeWorldY_Enable_Static;
+float _FaceMeWorldY_Enable_Dynamic;
+float _FaceMeWorldY_Enable_X;
+float _FaceMeWorldY_Enable_Y;
+float _FaceMeWorldY_Enable_Z;
+#endif
+
#endif