Commit of existing data.
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
shader_type canvas_item;
|
||||
|
||||
void fragment() {
|
||||
COLOR = texture(TEXTURE, UV);
|
||||
float avg = (COLOR.r + COLOR.g + COLOR.b) / 3.0;
|
||||
COLOR.rgb = vec3(avg);
|
||||
}
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
uid://bct2m5ejsc4ty
|
||||
Executable
BIN
Binary file not shown.
Reference in New Issue
Block a user