Shader-less Shadows

You can certainly use this technique to create shadows without using a shader, if you’re content with hard-edged (and slightly pixelly) shadows. The code in direct/src/showbase/ShadowDemo.py demonstrates precisely this.

David