Painterly shader with brush texture in three js

Yup, 100% possible in three - you can technically just port the UE nodes to GLSL and you’re done. But a bit nicer, less hardware-demanding, and a-little-bit-more-practical way of achieving that kind of effect is to simply smudge normals during asset creation:

5 Likes