Hi!
I draw a simple quad with the color 128, 128, 128 (RGB) with orth. projection. Blending and lights are disabled and I use the shade model GL_FLAT.
My problem is, that the rendered quad has the color 130, 132, 130 instead of 128, 128, 128…
What do I have to switch on/off to get my rectangle rendered with the color 128, 128, 128?
Thanks!