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 /feature_macros.cginc | |
| 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 'feature_macros.cginc')
| -rw-r--r-- | feature_macros.cginc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/feature_macros.cginc b/feature_macros.cginc index af22501..ef53155 100644 --- a/feature_macros.cginc +++ b/feature_macros.cginc @@ -94,6 +94,7 @@ #pragma shader_feature_local _ _GIMMICK_EYES_00 #pragma shader_feature_local _ _PIXELLATE #pragma shader_feature_local _ _TROCHOID +#pragma shader_feature_local _ _FACE_ME_WORLD_Y #pragma shader_feature_local _ _CLEARCOAT #endif // __FEATURE_MACROS_INC |
