9 Commits

Author SHA1 Message Date
Remco Burema
4c4e611629
Fix x-ray error color.
X-ray errors showed as green and translucent instead of read and solid. Now fixed.
CURA-7407
2020-04-29 12:06:20 +02:00
Remco Burema
b7e6b2888a
Actually remove xray error image (because colors).
part of CURA-7262
2020-04-07 12:57:07 +02:00
Remco Burema
5494a09eef
Make sure warning works for greyscale colors.
part of CURA-7262
2020-04-07 12:46:32 +02:00
Remco Burema
b59d38e6c9
Replace warning image with triadic colors.
part of CURA-7262
2020-04-07 12:06:13 +02:00
Remco Burema
60bd676b44
Shader: More use builtin rather than adhoc mix.
part of CURA-7262
2020-04-03 21:24:35 +02:00
Remco Burema
e23b9a94fa
Shader: Use builtin rather than mix ourselves.
part of CURA-7262
2020-04-03 15:07:28 +02:00
fieldOfView
b2fc155c3b Fix legacy glsl shaders
By @smartavionics
2020-03-31 11:26:21 +02:00
fieldOfView
0794766644 Fix xray composite shader for opengl 2.1
textureSize() is not available in opengl 2.1, so we calculate the xray error image scale outside the shader (which is also a theoretical performance improvement because now the scale does not get computed over and over for each pixel)
2020-03-27 23:24:20 +01:00
Tim Kuipers
42a1b02d4c use transparency in xray view and merge shader duplication 2020-02-27 20:29:58 +01:00