Useful shaders examples

I was wondering if there are some books or resources that actually show useful shaders for threejs, not just the usual basics, but some more advanced stuff like transitions between textures… distortions etc…?

2 Likes

The example has many more advanced ones including distortions or transitions, otherwise shadertoy is a good source for very complex ones, which can be relatively easy adapted to use with Three.

3 Likes

The last more complex examples are adapted from shadertoy to three.js.

From the Collection of examples from discourse.threejs.org :

Little Shader Book

3 Likes