Skip to content

modelViewMatrixInverse

uniform mat4 modelViewMatrixInverse;

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