mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-21 15:29:30 -07:00
Fixing a typo and adding looping functionality to the TODO list
This commit is contained in:
2
TODO.txt
2
TODO.txt
@@ -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?
|
||||||
|
|||||||
@@ -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!
|
||||||
|
|||||||
Reference in New Issue
Block a user