Skip to content

shadowModelViewInverse

uniform mat4 shadowModelViewInverse;

Equal to inverse(shadowModelView), but calculated on the CPU to avoid running the expensive inverse() function on the GPU.