Hi,
I'm trying to switch my C matrix code to the kazamath library.
Most of the functions were a drop in replacement except kmMat4OrthographicProjection.
When I try to set my projection matrix to orthographic my 2d objects just stop rendering. (3D stuff still renders.)
I can't find examples or tutorials showing how to properly use kazmath so I'm just struggling though it trying to guess how it works.
If anyone could show/send me examples or tutorials for kazmath I would greatly appreciate it. Especially any orthographic mode switches.
Thanks for your time.