Update cool1.glsl
This commit is contained in:
parent
cd6aa34979
commit
f5579d9816
|
@ -6,9 +6,9 @@ in vec2 uv0;
|
||||||
void main()
|
void main()
|
||||||
{
|
{
|
||||||
vec4 c0 = texture(samp9, uv0);
|
vec4 c0 = texture(samp9, uv0);
|
||||||
float red = 0.0;
|
float red = 0.0;
|
||||||
float green = 0.0;
|
float green = 0.0;
|
||||||
float blue = 0.0;
|
float blue = 0.0;
|
||||||
|
|
||||||
if (c0.r < 0.50 || c0.b > 0.5)
|
if (c0.r < 0.50 || c0.b > 0.5)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue