Working on a new game that has a hand-drawn crayon coloring book art style. In any event, we don’t want to use the toon shader, because we want to be able to do better things with lighting, but we’d love to be able to put a smooth black outline around everything like the toon shader does.
So my question is this - is it possible to get that outline on any shader? And if so, how? Thanks in advance for any assistance guys, it’s greatly appreciated
You might want to look at the RenderWithShader functionality as a point of departure - specifically the edge detection effect which is based on image-space normals and depth.