00:00
10
An implementation of the stencil shadow volume technique.
This is a little more complex demo, which required studying Blender Python OBJ importer,
NeHe's lesson 27 and some other docs about shadow volume technique.
Actually the demo is a merge of an OBJ loader and some code for real-time shadow generation using
the depth pass test (zpass).