02561 - Computer Graphics - Worksheet 9, Part 3 & 4
Since this is implemented with WebGPU, the provided guides did not prove sufficient. Instead the shadow mapping is largely done based on this sample: https://webgpu.github.io/webgpu-samples/?sample=shadowMapping.
Unfortunately, there is a problem with the shadow mapping when the shadow is supposed to be behind the teapot, almost as if the light never reaches the front of the teapot properly.