excessive / cpml

Cirno's Perfect Math Library: Just about everything you need for 2D/3D games. Hopefully.

Home Page:https://excessive.github.io/cpml/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mat4.project and mat4.unproject are extremely questionable/broken.

shakesoda opened this issue · comments

Last I tried, these functions were totally busted. Need to look into why and compare results with another implementation (GLM).

I rewrote these functions to be more in line with GLM, will test in a bit.

That was painful.