diff options
| author | yum <yum.food.vr@gmail.com> | 2024-10-26 15:51:30 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-10-26 15:52:43 -0700 |
| commit | 07b1aca3f096a520cbae1d4cca18692fc69d2944 (patch) | |
| tree | 652dccb4daeb2c9c93153d902ede60169605d1ef /globals.cginc | |
| parent | 94f37fa8dd94137a910df4ebc80f98db2d685f08 (diff) | |
Update cloning
Optimize cloning logic, and make each clone rotate independently of the
others when the explosion effect is active.
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index f1a7fc3..764b9f8 100644 --- a/globals.cginc +++ b/globals.cginc @@ -562,6 +562,9 @@ float _HSV1_Val_Shift; float _Clones_Enabled; float _Clones_Count; float _Clones_dx; +float _Clones_dy; +float _Clones_dz; +float3 _Clones_Scale; float _Clones_Dist_Cutoff; #endif |
