How can I implement 2D cel shading in XNA?
Posted
by
Artii
on Game Development
See other posts from Game Development
or by Artii
Published on 2012-05-30T11:49:05Z
Indexed on
2012/05/30
17:01 UTC
Read the original article
Hit count: 349
So I was just wondering on how to give a scene I am rendering a hand drawn look (like say Crayon Physics). I don't really want to preprocess the sprites and was thinking of using a shader. Cel shading supplies the effect I want to achieve, but I am only aware of the 3D instances for it.
So I wanted to ask if anyone knew a way to get this effect in 2D, or if cel shading would work just as fine on 2D scenes?
© Game Development or respective owner