LabA09 Shadow Maps

Scaffold Project to Start with

With this scaffold project, you only need to work on the following files:

shaders/shadowmap.vert

shaders/shadowmap.frag

src/main.cpp

Search those files with "TODO" to find sections that you need to work on.

Depth Rendering with Front Face Culling (the background should be white for the real shadow map)

Last updated