stackgl / shader-school

:mortar_board: A workshopper for GLSL shaders and graphics programming
Other
4.28k stars 252 forks source link

07-frag-1 Wrong color variables #105

Open jackismissing opened 9 years ago

jackismissing commented 9 years ago

Hi,

I light be wrong, but in the exercice 7 for the fragment shader, the solution draws the inside of the circle in blue and the outside in red.

But in the defined variables, we can read (basically):

Isn't that a little bit miss-leading ?

Cheers

hughsk commented 9 years ago

@jackismissing running it on my machine, the inside of the circle is red and the outside is blue – are you still having this issue?