OpenGL - Cascaded shadow mapping - Texture lookup
- by Silverlan
I'm trying to implement cascaded shadow mapping in my engine, but I'm somewhat stuck at the last step. For testing purposes I've made sure all cascades encompass my entire scene. The result is currently this:
The different intensity of the cascades is not on purpose, it's actually the problem.
This is how I do the texture lookup for the shadow…