Function Camera.mvp

A combined model-view-projection matrix.

gfm.math.matrix.Matrix!(float,4,4) mvp() @property const;

The result is corrected for the Vulkan coordinate system. Vulkan clip space has inverted Y and half Z.

See Also

vulkanClipCorrection