Tagged Questions
2
votes
1answer
543 views
Tweening Colors in OpenGL
I'm making a sky gradient in OpenGL by drawing with glColorPointer and glDrawArrays. I would like to be able to change the sky colour from morning to daytime to evening etc. I can either:
Make a ...