BigUglySpider / EmuLibs

Selection of libraries designed to be used with Emu projects. This was originally a Math library only, but has since been changed to hold all Emu libraries to enable consistency in changes to dependencies (such as EmuCore modifications).
https://biguglyspider.github.io/math
0 stars 0 forks source link

Provide projection matrices for both left- and right-handedness #12

Closed BigUglySpider closed 2 years ago

BigUglySpider commented 3 years ago

Currently implemented projection matrices are right-handed only, with no distinction to indicate so.

While it is good to have a standard within a library, since the library provides VK and GL (Vulkan and OpenGL) variants it may be sensible to also include optional handedness for each.