Add WaterParticle shader and minor water shader tweaks

Introduced a new WaterParticle shader for rendering water particles with alpha blending. Made minor formatting and calculation adjustments in Water.shader and DefaultSetup.hlsl, and updated Variables.hlsl. Added corresponding .meta files for new shader assets.
This commit is contained in:
DeMuenu
2025-09-26 20:11:49 +02:00
parent 0f049de062
commit dc939d0ef6
6 changed files with 88 additions and 8 deletions

View File

@@ -10,4 +10,5 @@
float _LightType[MAX_LIGHTS]; /* 0 = sphere, 1 = cone */ \
float _PlayerCount; /* set via SetFloat */ \
\
#endif