diff options
| author | yum <yum.food.vr@gmail.com> | 2025-01-28 08:48:27 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-01-28 08:48:27 -0800 |
| commit | 2e506cd621f3d8e7448128a7a93066f68fc37087 (patch) | |
| tree | ee4fc3bef468bae650bb8e964eabf102266c8135 /tooner_lighting.cginc | |
| parent | dfe6371283f2415804b4341dbac71f79188ea890 (diff) | |
Yellow abomination now faces camera and grows as it gets farther
Diffstat (limited to 'tooner_lighting.cginc')
| -rw-r--r-- | tooner_lighting.cginc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tooner_lighting.cginc b/tooner_lighting.cginc index 2e2a254..7338d70 100644 --- a/tooner_lighting.cginc +++ b/tooner_lighting.cginc @@ -153,6 +153,9 @@ v2f vert(appdata v) v.vertex.xyz = cart_to_troch_map(v.vertex.xyz); } #endif // _TROCHOID +#if defined(_GIMMICK_ZWRITE_ABOMINATION) + v.vertex.xyz *= _Gimmick_ZWrite_Abomination_Vertex_Expansion_Factor; +#endif #if defined(_FACE_ME_WORLD_Y) if (_FaceMeWorldY_Enable_Dynamic) { // Undo object coordinate system rotation. |
