Real-time watercolor shader
A real-time watercolor shader coded in GLSL and Three.js.
The rendering pipeline is based on one devised by Luft and Deussen in a 2003 paper, with modifications to use the shaders in modern graphics system. I worked with Connie Chen and Cathy Lu on this project, with each of us contributing to the code and the design of the project.
I worked on the design of the rendering pipeline, wrote GLSL code for several render passes, optimized the code to avoid memory leaks and added support for rendering multiple objects from any OBJ file. The fruits demo was built with a generic OBJ file found freely available online, with our rendering pipeline applied. Click on it to interact with the object and move it around. It should work in most WebGL enabled browsers, but feel free to hit me up if it doesn’t display properly.
Full Pipeline Demo
For more information, visit the project website here.