Non-Photorealistic Rendering

Dec 1, 2016·
Ben Ahlbrand
Ben Ahlbrand
· 1 min read
Image credit: Unsplash

I have written a series of simple GLSL shaders for non-photorealistic rendering, here’s a few of them!

Here’s one where I go for a more “brush-stroked” look:

#

paintbrush
paintbrush

Here’s one with basic cel-shading.

#

cel-shading
cel-shading

Here’s one with noisy silhouettes for a penciled look.

#

sketch
sketch

Here I consider both the depth and the normals to get a nice pen / marker stroke effect.

#

penstroke
penstroke