stackgl / shader-school

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

Exercise on color mixing? #110

Open mikolalysenko opened 9 years ago

mikolalysenko commented 9 years ago

It might be nice to have an exercise which covers the basics of color mixing. Based on experience with WebGL workshop it seems that some people got tripped up with this when they first hit the color rendering lesson. Spending an exercise to get people up to speed seems like a good use of time.

marklundin commented 9 years ago

do you mean glsl mix() or general color mixing theory?

mikolalysenko commented 9 years ago

General color theory, like how red + green = yellow, etc.