Removed sun shower. Thunder and ripples are now handled by a third compute shader.

This commit is contained in:
Rezmason
2022-09-14 22:57:39 -07:00
parent 0d1d661401
commit 4c6e6fd662
9 changed files with 163 additions and 121 deletions

View File

@@ -1,7 +1,7 @@
precision highp float;
// This shader governs the glyphs appearing in the rain.
// It writes each glyph's state to four channels of a data texture:
// It writes each glyph's state to the channels of a data texture:
// R: symbol
// G: age
// B: unused