adrien-ben / bagl

baGL is an OpengGL framework that I use for educational purpose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a inverse method for matrices

adrien-ben opened this issue · comments

Matrices need an inverse method so we don't have to do it in the shaders (once per frame instead of one per vertex or fragment)

The project now uses JOML as math library which contains this inverse method for matrices