Cell shading in Panda3d

Cel shading is an algorithm involving two buffers and a couple of shaders. It’s easy to implement. Take a look at the Cel shading demo program included with panda3d 1.1.0.

  • Josh