Tagged Questions
0
votes
2answers
2k views
OpenGL GLSL interpolation
I try to implement point lights in OpenGL with GLSL. I send all the required data to the shaders. For simplicity I only use the diffuse light here.
My example shows a huge triangle which I want to ...