Made some tweaks

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-07-21 15:07:33 +02:00
parent b50fbbe7b3
commit d38152022e
6 changed files with 3205 additions and 149 deletions
-3
View File
@@ -63,7 +63,4 @@ void main()
outColor = vec4(rgbA, 1.0);
else
outColor = vec4(rgbB, 1.0);
if(uv.x < 0.5)
outColor = vec4(rgbM, 1.0);
}