Posts about fragment-shader

rectangles_cover.png
How to write a custom fragment shader in GLSL and use it with three.js

This blog post walks through the process of writing a fragment shader in GLSL, and using it within the three.js library for working with WebGL. We will render a visually appealing grid of rotating rectangles that can be used as a website background.

Read More