Skip to content

Latest commit

 

History

History
executable file
·
2 lines (2 loc) · 327 Bytes

SUMMARY.md

File metadata and controls

executable file
·
2 lines (2 loc) · 327 Bytes

Familiarize yourself with how to express colors in shaders. The examples cover how to mix colors and beautifully animate them over time as well as conversion between two different models(RGB and HSB). In GLSL, colors are simply just vectors, which means you can easily apply the concepts and techniques you learn here to other