Fixing a typo and adding looping functionality to the TODO list

This commit is contained in:
Rezmason
2021-10-27 19:03:38 -07:00
parent 348c384de5
commit 48a6f2cf34
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ Write an explanation of the rain pass (and include images)
Fullscreen quad and spacial mapping Fullscreen quad and spacial mapping
MSDFs MSDFs
Support looping
Resurrection Resurrection
Modified glyph order? Modified glyph order?
New glyphs? New glyphs?

View File

@@ -4,7 +4,7 @@ precision highp float;
// R: brightness // R: brightness
// G: progress through the glyph sequence // G: progress through the glyph sequence
// B: depth, aka distance from the screen // B: depth, aka distance from the screen
// A: additional brightness for effects\ // A: additional brightness for effects
// Listen. // Listen.
// I understand if this shader looks confusing. Please don't be discouraged! // I understand if this shader looks confusing. Please don't be discouraged!