Hello! I am kind of new to Cinder and the concepts around it.
I am trying to change the background to white and have a semi transparent ground on the XZ plane. Preferably I would try to have it checkered with 2 different tones of light grey.
How should I approach this?
Hey buddy, I’m out on site doing an installation at the moment so I don’t have time to talk you through what this does, but I’ve knocked together a little sample app so you can at least see how one such approach might work. Good luck
Hello!
First of all, thank you for your response! I have been on medical leave for a while so I couldn’t check it out or get back to you.
I’ve implemented your code and it worked beautifully, but rather than having black and while or other shades of gray, I had black and red.
I checked the color codes and everything seemed fine, so my guess is that it might be the shader doing something weird. Could you please give me your thoughts on the matter please?
Looks like you might have an errant gl::color somewhere that’s modulating the colour. OpenGL is just a big state machine, so all the state stays the same until you tell it otherwise. Try adding this before _floor->draw();