Hi.
I am getting slightly frustrated at a seemingly simple problem. I am drawing a set of lines with the color 1.0 1.0 1.0, expecting them to be white. But they’re not. I am rendering several components with different z indexes, and the color of my lines change depending on where in my code I render them. Now I would understand why this happened, if setting my color multiplied it with some strange color settings already in my matrix, but I have checked, double checked, and triple checked that I dont. I even changed everything to push,load,render,pop, to make sure any rendering occurs on a clear matrix. Yet the color varies, depending on when I render it. Am I missing something vital, or just overlooking the obvious? I did not want to write this on a board, ashamed as I am, but at this stage, I am getting too frustrated