mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-12 14:51:51 +09:00
i hate opengl, if you can't already tell
This commit is contained in:
@@ -29,6 +29,6 @@ void main() {
|
||||
|
||||
vec4 selvec = vec4(0.0, 0.0, 0.0, (alpha > bayerThreshold) ? 1.0 : 0.0);
|
||||
|
||||
// gl_FragColor = inColor * boolean.yyyx + selvec;
|
||||
gl_FragColor = inColor;
|
||||
gl_FragColor = inColor * boolean.yyyx + selvec;
|
||||
// gl_FragColor = inColor;
|
||||
}
|
||||
Reference in New Issue
Block a user