added Matrix3x4f define.
This commit is contained in:
@@ -12,6 +12,7 @@ namespace hgl
|
||||
{
|
||||
using Matrix3f=glm::mat3;
|
||||
using Matrix4f=glm::mat4;
|
||||
using Matrix3x4f=glm::mat3x4;
|
||||
|
||||
inline Matrix4f inverse(const Matrix4f &m)
|
||||
{
|
||||
|
Reference in New Issue
Block a user