A lot of crazy stuff happened here.....

This commit is contained in:
2025-02-18 23:22:17 -08:00
parent 5ce65aa57a
commit 44333e52c2
415 changed files with 1629 additions and 1689 deletions

View File

@@ -65,7 +65,7 @@ void vertex() {
void fragment() {
vec4 tex = texture(sprite_texture, UV);
vec3 hsv = rgb2hsv(tex.rgb);
// the .r here represents HUE, .g is SATURATION, .b is LUMINANCE
if (hsv.r >= _min && hsv.r <= _max) {
tex = to_gray(tex);