diff options
| author | yum <yum.food.vr@gmail.com> | 2025-01-14 21:01:26 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-01-14 21:01:28 -0800 |
| commit | 333562544ef1b71a7a4d7ce1ece533bef98ce0da (patch) | |
| tree | c9620943f8a772db0da777e1aa759b30adb17925 /globals.cginc | |
| parent | ab441140208d6dd8317f328f40a25c6054f1a304 (diff) | |
im going to kill myself
attempt to fix hypotrochoid normals
key insight is that multiplying normal by transpose(invert(jacobian)) of
transform should work, but it fucking doesn't
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 9574043..0b1308f 100644 --- a/globals.cginc +++ b/globals.cginc @@ -801,6 +801,10 @@ texture2D _Gimmick_Pixellate_Effect_Mask; float _Trochoid_R; float _Trochoid_r; float _Trochoid_d; +float _Trochoid_Speed; +float _Trochoid_Radius_Power; +float _Trochoid_Radius_Scale; +float _Trochoid_Height_Scale; #endif #if defined(_FACE_ME_WORLD_Y) |
