Hi,
I’m studying volumetric lighting, and I want to make it a post process.
As post processes are implemented by QUAT passes, when writing the GLSL shader, I find that the shadow map does not work, but it works in all sorts of scene paths.
How can I use shadow map in a QUAT pass?
Thanks!